|
LLVM
3.7.0
|
#include <COFF.h>
Public Member Functions | |
| bool | isOrdinal () const |
| uint16_t | getOrdinal () const |
| uint32_t | getHintNameRVA () const |
Public Attributes | |
| IntTy | Data |
Definition at line 173 of file Object/COFF.h.
|
inline |
Definition at line 183 of file Object/COFF.h.
References llvm::object::import_lookup_table_entry< IntTy >::Data, and llvm::object::import_lookup_table_entry< IntTy >::isOrdinal().
Referenced by llvm::object::ImportedSymbolRef::getOrdinal(), and llvm::object::ImportedSymbolRef::getSymbolName().
|
inline |
Definition at line 178 of file Object/COFF.h.
References llvm::object::import_lookup_table_entry< IntTy >::Data, and llvm::object::import_lookup_table_entry< IntTy >::isOrdinal().
Referenced by llvm::object::ImportedSymbolRef::getOrdinal().
|
inline |
Definition at line 176 of file Object/COFF.h.
References llvm::object::import_lookup_table_entry< IntTy >::Data.
Referenced by llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), and llvm::object::import_lookup_table_entry< IntTy >::getOrdinal().
| IntTy llvm::object::import_lookup_table_entry< IntTy >::Data |
Definition at line 174 of file Object/COFF.h.
Referenced by llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), llvm::object::import_lookup_table_entry< IntTy >::getOrdinal(), and llvm::object::import_lookup_table_entry< IntTy >::isOrdinal().
1.8.6