LLVM: llvm::object::ImportedSymbolRef Class Reference (original) (raw)

#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"

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

Definition at line 1314 of file COFF.h.

llvm::object::ImportedSymbolRef::ImportedSymbolRef ( ) default

ImportedSymbolRef() [2/3]

ImportedSymbolRef() [3/3]

getHintNameRVA()

Error ImportedSymbolRef::getHintNameRVA ( uint32_t & Result ) const

getOrdinal()

getSymbolName()

isOrdinal()

Error ImportedSymbolRef::isOrdinal ( bool & Result ) const

moveNext()

void ImportedSymbolRef::moveNext ( )

operator==()


The documentation for this class was generated from the following files: