LLVM 20.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
ImportedSymbolRef ()=default | |
ImportedSymbolRef (const import_lookup_table_entry32 *Entry, uint32_t I, const COFFObjectFile *Owner) | |
ImportedSymbolRef (const import_lookup_table_entry64 *Entry, uint32_t I, const COFFObjectFile *Owner) | |
bool | operator== (const ImportedSymbolRef &Other) const |
void | moveNext () |
Error | getSymbolName (StringRef &Result) const |
Error | isOrdinal (bool &Result) const |
Error | getOrdinal (uint16_t &Result) const |
Error | getHintNameRVA (uint32_t &Result) const |
|
default |
|
inline |
|
inline |
Definition at line 1865 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), and llvm::Error::success().
Definition at line 1837 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), llvm::object::COFFObjectFile::getRvaPtr(), isOrdinal(), and llvm::Error::success().
Definition at line 1857 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::isOrdinal(), and llvm::Error::success().
Referenced by getOrdinal(), and getSymbolName().
void ImportedSymbolRef::moveNext | ( | ) |
Definition at line 1833 of file COFFObjectFile.cpp.
bool ImportedSymbolRef::operator== | ( | const ImportedSymbolRef & | Other | ) | const |
Definition at line 1827 of file COFFObjectFile.cpp.
References llvm::Other.