LLVM  8.0.1
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 ()
 
std::error_code getSymbolName (StringRef &Result) const
 
std::error_code isOrdinal (bool &Result) const
 
std::error_code getOrdinal (uint16_t &Result) const
 
std::error_code getHintNameRVA (uint32_t &Result) const
 

Detailed Description

Definition at line 1158 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 1161 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 1164 of file COFF.h.

References getSymbolName(), llvm::object::operator==(), and Other.

Member Function Documentation

◆ getHintNameRVA()

std::error_code ImportedSymbolRef::getHintNameRVA ( uint32_t Result) const

Definition at line 1613 of file COFFObjectFile.cpp.

◆ getOrdinal()

std::error_code ImportedSymbolRef::getOrdinal ( uint16_t &  Result) const

Definition at line 1621 of file COFFObjectFile.cpp.

◆ getSymbolName()

std::error_code ImportedSymbolRef::getSymbolName ( StringRef Result) const

Definition at line 1585 of file COFFObjectFile.cpp.

◆ isOrdinal()

std::error_code ImportedSymbolRef::isOrdinal ( bool Result) const

Definition at line 1605 of file COFFObjectFile.cpp.

◆ moveNext()

void ImportedSymbolRef::moveNext ( )

Definition at line 1580 of file COFFObjectFile.cpp.

◆ operator==()

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

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