LLVM API Documentation
#include <COFF.h>
Public Member Functions | |
bool | isOrdinal () const |
uint16_t | getOrdinal () const |
uint32_t | getHintNameRVA () const |
Public Attributes | |
support::ulittle32_t | data |
Definition at line 163 of file Object/COFF.h.
uint32_t llvm::object::import_lookup_table_entry32::getHintNameRVA | ( | ) | const [inline] |
Definition at line 173 of file Object/COFF.h.
References data, and isOrdinal().
uint16_t llvm::object::import_lookup_table_entry32::getOrdinal | ( | ) | const [inline] |
Definition at line 168 of file Object/COFF.h.
References data, and isOrdinal().
bool llvm::object::import_lookup_table_entry32::isOrdinal | ( | ) | const [inline] |
Definition at line 166 of file Object/COFF.h.
References data.
Referenced by getHintNameRVA(), and getOrdinal().
Definition at line 164 of file Object/COFF.h.
Referenced by getHintNameRVA(), getOrdinal(), and isOrdinal().