LLVM 22.0.0git
llvm::object::ImportedSymbolRef Class Reference

#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

Detailed Description

Definition at line 1314 of file COFF.h.

Constructor & Destructor Documentation

◆ ImportedSymbolRef() [1/3]

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

Referenced by operator==().

◆ ImportedSymbolRef() [2/3]

llvm::object::ImportedSymbolRef::ImportedSymbolRef ( const import_lookup_table_entry32 * Entry,
uint32_t I,
const COFFObjectFile * Owner )
inline

Definition at line 1317 of file COFF.h.

References I.

◆ ImportedSymbolRef() [3/3]

llvm::object::ImportedSymbolRef::ImportedSymbolRef ( const import_lookup_table_entry64 * Entry,
uint32_t I,
const COFFObjectFile * Owner )
inline

Definition at line 1320 of file COFF.h.

References I.

Member Function Documentation

◆ getHintNameRVA()

Error ImportedSymbolRef::getHintNameRVA ( uint32_t & Result) const

Definition at line 1865 of file COFFObjectFile.cpp.

References llvm::Error::success().

◆ getOrdinal()

Error ImportedSymbolRef::getOrdinal ( uint16_t & Result) const

Definition at line 1873 of file COFFObjectFile.cpp.

References isOrdinal(), and llvm::Error::success().

◆ getSymbolName()

Error ImportedSymbolRef::getSymbolName ( StringRef & Result) const

Definition at line 1837 of file COFFObjectFile.cpp.

References isOrdinal(), and llvm::Error::success().

◆ isOrdinal()

Error ImportedSymbolRef::isOrdinal ( bool & Result) const

Definition at line 1857 of file COFFObjectFile.cpp.

References llvm::Error::success().

Referenced by getOrdinal(), and getSymbolName().

◆ moveNext()

void ImportedSymbolRef::moveNext ( )

Definition at line 1833 of file COFFObjectFile.cpp.

◆ operator==()

bool ImportedSymbolRef::operator== ( const ImportedSymbolRef & Other) const

Definition at line 1827 of file COFFObjectFile.cpp.

References ImportedSymbolRef(), and llvm::Other.


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