|
LLVM 22.0.0git
|
#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 72 of file COFF.h.
Referenced by writeCOFF().
| uint16_t llvm::COFF::header::Machine |
Definition at line 66 of file COFF.h.
Referenced by writeCOFF().
| int32_t llvm::COFF::header::NumberOfSections |
Definition at line 67 of file COFF.h.
Referenced by layoutCOFF(), and writeCOFF().
| uint32_t llvm::COFF::header::NumberOfSymbols |
Definition at line 70 of file COFF.h.
Referenced by layoutCOFF(), and writeCOFF().
| uint32_t llvm::COFF::header::PointerToSymbolTable |
Definition at line 69 of file COFF.h.
Referenced by layoutCOFF(), and writeCOFF().
| uint16_t llvm::COFF::header::SizeOfOptionalHeader |
Definition at line 71 of file COFF.h.
Referenced by layoutCOFF(), layoutOptionalHeader(), and writeCOFF().
| uint32_t llvm::COFF::header::TimeDateStamp |
Definition at line 68 of file COFF.h.
Referenced by writeCOFF().