LLVM
8.0.1
|
#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 |
|
default |
|
inline |
|
inline |
Definition at line 1164 of file COFF.h.
References getSymbolName(), llvm::object::operator==(), and Other.
std::error_code ImportedSymbolRef::getHintNameRVA | ( | uint32_t & | Result | ) | const |
Definition at line 1613 of file COFFObjectFile.cpp.
std::error_code ImportedSymbolRef::getOrdinal | ( | uint16_t & | Result | ) | const |
Definition at line 1621 of file COFFObjectFile.cpp.
std::error_code ImportedSymbolRef::getSymbolName | ( | StringRef & | Result | ) | const |
Definition at line 1585 of file COFFObjectFile.cpp.
std::error_code ImportedSymbolRef::isOrdinal | ( | bool & | Result | ) | const |
Definition at line 1605 of file COFFObjectFile.cpp.
void ImportedSymbolRef::moveNext | ( | ) |
Definition at line 1580 of file COFFObjectFile.cpp.
bool ImportedSymbolRef::operator== | ( | const ImportedSymbolRef & | Other | ) | const |
Definition at line 1575 of file COFFObjectFile.cpp.
Referenced by llvm::object::ExportDirectoryEntryRef::getForwardTo().