LLVM 19.0.0git
Public Member Functions | List of all members
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)
 
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
 

Detailed Description

Definition at line 1255 of file COFF.h.

Constructor & Destructor Documentation

◆ ImportedSymbolRef() [1/3]

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

◆ ImportedSymbolRef() [2/3]

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

Definition at line 1258 of file COFF.h.

◆ ImportedSymbolRef() [3/3]

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

Definition at line 1261 of file COFF.h.

Member Function Documentation

◆ getHintNameRVA()

Error ImportedSymbolRef::getHintNameRVA ( uint32_t Result) const

◆ getOrdinal()

Error ImportedSymbolRef::getOrdinal ( uint16_t Result) const

◆ getSymbolName()

Error ImportedSymbolRef::getSymbolName ( StringRef Result) const

◆ isOrdinal()

Error ImportedSymbolRef::isOrdinal ( bool Result) const

◆ moveNext()

void ImportedSymbolRef::moveNext ( )

Definition at line 1707 of file COFFObjectFile.cpp.

◆ operator==()

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

Definition at line 1701 of file COFFObjectFile.cpp.

References llvm::Other.


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