|
LLVM
8.0.1
|
#include "llvm/BinaryFormat/COFF.h"

Public Attributes | |
| uint16_t | Machine |
| int32_t | NumberOfSections |
| uint32_t | TimeDateStamp |
| uint32_t | PointerToSymbolTable |
| uint32_t | NumberOfSymbols |
| uint16_t | SizeOfOptionalHeader |
| uint16_t | Characteristics |
| uint16_t llvm::COFF::header::Characteristics |
Definition at line 73 of file COFF.h.
Referenced by encodeBase64StringEntry(), and llvm::yaml::MappingTraits< COFF::header >::mapping().
| uint16_t llvm::COFF::header::Machine |
Definition at line 67 of file COFF.h.
Referenced by encodeBase64StringEntry(), llvm::yaml::MappingTraits< COFFYAML::Relocation >::mapping(), and llvm::yaml::MappingTraits< COFF::header >::mapping().
| int32_t llvm::COFF::header::NumberOfSections |
Definition at line 68 of file COFF.h.
Referenced by encodeBase64StringEntry(), and isAssociative().
| uint32_t llvm::COFF::header::NumberOfSymbols |
Definition at line 71 of file COFF.h.
Referenced by encodeBase64StringEntry(), and isAssociative().
| uint32_t llvm::COFF::header::PointerToSymbolTable |
Definition at line 70 of file COFF.h.
Referenced by encodeBase64StringEntry(), and isAssociative().
| uint16_t llvm::COFF::header::SizeOfOptionalHeader |
Definition at line 72 of file COFF.h.
Referenced by encodeBase64StringEntry().
| uint32_t llvm::COFF::header::TimeDateStamp |
Definition at line 69 of file COFF.h.
Referenced by encodeBase64StringEntry(), and isAssociative().
1.8.13