LLVM  4.0.0
Public Member Functions | List of all members
llvm::object::ImportedSymbolRef Class Reference

#include <COFF.h>

Public Member Functions

 ImportedSymbolRef ()
 
 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 968 of file Object/COFF.h.

Constructor & Destructor Documentation

llvm::object::ImportedSymbolRef::ImportedSymbolRef ( )
inline

Definition at line 970 of file Object/COFF.h.

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

Definition at line 971 of file Object/COFF.h.

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

Definition at line 974 of file Object/COFF.h.

Member Function Documentation

std::error_code ImportedSymbolRef::getHintNameRVA ( uint32_t Result) const
std::error_code ImportedSymbolRef::getOrdinal ( uint16_t &  Result) const
std::error_code ImportedSymbolRef::getSymbolName ( StringRef Result) const
std::error_code ImportedSymbolRef::isOrdinal ( bool Result) const
void ImportedSymbolRef::moveNext ( )

Definition at line 1477 of file COFFObjectFile.cpp.

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

Definition at line 1472 of file COFFObjectFile.cpp.


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