LLVM 20.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
bool | isOrdinal () const |
uint16_t | getOrdinal () const |
uint32_t | getHintNameRVA () const |
Public Attributes | |
IntTy | Data |
|
inline |
Definition at line 203 of file COFF.h.
References assert(), llvm::object::import_lookup_table_entry< IntTy >::Data, and llvm::object::import_lookup_table_entry< IntTy >::isOrdinal().
Referenced by llvm::object::ImportedSymbolRef::getHintNameRVA(), llvm::object::ImportedSymbolRef::getOrdinal(), and llvm::object::ImportedSymbolRef::getSymbolName().
|
inline |
Definition at line 198 of file COFF.h.
References assert(), 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 196 of file COFF.h.
References llvm::object::import_lookup_table_entry< IntTy >::Data.
Referenced by llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), llvm::object::import_lookup_table_entry< IntTy >::getOrdinal(), and llvm::object::ImportedSymbolRef::isOrdinal().
IntTy llvm::object::import_lookup_table_entry< IntTy >::Data |
Definition at line 194 of file 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().