LLVM 22.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) | |
LLVM_ABI bool | operator== (const ImportedSymbolRef &Other) const |
LLVM_ABI void | moveNext () |
LLVM_ABI Error | getSymbolName (StringRef &Result) const |
LLVM_ABI Error | isOrdinal (bool &Result) const |
LLVM_ABI Error | getOrdinal (uint16_t &Result) const |
LLVM_ABI Error | getHintNameRVA (uint32_t &Result) const |
|
default |
Referenced by operator==().
|
inline |
|
inline |
Definition at line 1865 of file COFFObjectFile.cpp.
References llvm::Error::success().
Definition at line 1873 of file COFFObjectFile.cpp.
References isOrdinal(), and llvm::Error::success().
Definition at line 1837 of file COFFObjectFile.cpp.
References isOrdinal(), and llvm::Error::success().
Definition at line 1857 of file COFFObjectFile.cpp.
References 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 ImportedSymbolRef(), and llvm::Other.