LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::COFF::header Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::COFF::header:
Collaboration graph
[legend]

Public Attributes

uint16_t Machine
 
uint16_t NumberOfSections
 
uint32_t TimeDateStamp
 
uint32_t PointerToSymbolTable
 
uint32_t NumberOfSymbols
 
uint16_t SizeOfOptionalHeader
 
uint16_t Characteristics
 

Detailed Description

Definition at line 45 of file Support/COFF.h.

Member Data Documentation

uint16_t llvm::COFF::header::Characteristics

Definition at line 52 of file Support/COFF.h.

Referenced by llvm::yaml::MappingTraits< COFF::header >::mapping().

uint16_t llvm::COFF::header::Machine

Definition at line 46 of file Support/COFF.h.

Referenced by llvm::yaml::MappingTraits< COFF::header >::mapping().

uint16_t llvm::COFF::header::NumberOfSections

Definition at line 47 of file Support/COFF.h.

uint32_t llvm::COFF::header::NumberOfSymbols

Definition at line 50 of file Support/COFF.h.

uint32_t llvm::COFF::header::PointerToSymbolTable

Definition at line 49 of file Support/COFF.h.

uint16_t llvm::COFF::header::SizeOfOptionalHeader

Definition at line 51 of file Support/COFF.h.

uint32_t llvm::COFF::header::TimeDateStamp

Definition at line 48 of file Support/COFF.h.


The documentation for this struct was generated from the following file: