LLVM API Documentation
#include <COFF.h>

Public Member Functions | |
| ImportType | getType () const |
| ImportNameType | getNameType () const |
Public Attributes | |
| uint16_t | Sig1 |
| Must be IMAGE_FILE_MACHINE_UNKNOWN (0). | |
| uint16_t | Sig2 |
| Must be 0xFFFF. | |
| uint16_t | Version |
| uint16_t | Machine |
| uint32_t | TimeDateStamp |
| uint32_t | SizeOfData |
| uint16_t | OrdinalHint |
| uint16_t | TypeInfo |
Definition at line 573 of file Support/COFF.h.
| ImportNameType llvm::COFF::ImportHeader::getNameType | ( | ) | const [inline] |
Definition at line 587 of file Support/COFF.h.
References TypeInfo.
| ImportType llvm::COFF::ImportHeader::getType | ( | ) | const [inline] |
Definition at line 583 of file Support/COFF.h.
References TypeInfo.
| uint16_t llvm::COFF::ImportHeader::Machine |
Definition at line 577 of file Support/COFF.h.
Definition at line 580 of file Support/COFF.h.
| uint16_t llvm::COFF::ImportHeader::Sig1 |
Must be IMAGE_FILE_MACHINE_UNKNOWN (0).
Definition at line 574 of file Support/COFF.h.
| uint16_t llvm::COFF::ImportHeader::Sig2 |
Must be 0xFFFF.
Definition at line 575 of file Support/COFF.h.
| uint32_t llvm::COFF::ImportHeader::SizeOfData |
Definition at line 579 of file Support/COFF.h.
Definition at line 578 of file Support/COFF.h.
| uint16_t llvm::COFF::ImportHeader::TypeInfo |
Definition at line 581 of file Support/COFF.h.
Referenced by getNameType(), and getType().
| uint16_t llvm::COFF::ImportHeader::Version |
Definition at line 576 of file Support/COFF.h.