LLVM API Documentation
#include <COFF.h>
Public Attributes | |
uint16_t | Machine |
uint16_t | NumberOfSections |
uint32_t | TimeDateStamp |
uint32_t | PointerToSymbolTable |
uint32_t | NumberOfSymbols |
uint16_t | SizeOfOptionalHeader |
uint16_t | Characteristics |
Definition at line 45 of file Support/COFF.h.
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.