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 644 of file Support/COFF.h.
| ImportNameType llvm::COFF::ImportHeader::getNameType | ( | ) | const [inline] |
Definition at line 658 of file Support/COFF.h.
References TypeInfo.
| ImportType llvm::COFF::ImportHeader::getType | ( | ) | const [inline] |
Definition at line 654 of file Support/COFF.h.
References TypeInfo.
| uint16_t llvm::COFF::ImportHeader::Machine |
Definition at line 648 of file Support/COFF.h.
Definition at line 651 of file Support/COFF.h.
| uint16_t llvm::COFF::ImportHeader::Sig1 |
Must be IMAGE_FILE_MACHINE_UNKNOWN (0).
Definition at line 645 of file Support/COFF.h.
| uint16_t llvm::COFF::ImportHeader::Sig2 |
Must be 0xFFFF.
Definition at line 646 of file Support/COFF.h.
| uint32_t llvm::COFF::ImportHeader::SizeOfData |
Definition at line 650 of file Support/COFF.h.
Definition at line 649 of file Support/COFF.h.
| uint16_t llvm::COFF::ImportHeader::TypeInfo |
Definition at line 652 of file Support/COFF.h.
Referenced by getNameType(), and getType().
| uint16_t llvm::COFF::ImportHeader::Version |
Definition at line 647 of file Support/COFF.h.