|
LLVM
3.7.0
|
#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 | getOrdinal (uint16_t &Result) const |
Definition at line 867 of file Object/COFF.h.
|
inline |
Definition at line 869 of file Object/COFF.h.
|
inline |
Definition at line 870 of file Object/COFF.h.
|
inline |
Definition at line 873 of file Object/COFF.h.
| std::error_code ImportedSymbolRef::getOrdinal | ( | uint16_t & | Result | ) | const |
Definition at line 1352 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), llvm::object::import_lookup_table_entry< IntTy >::getOrdinal(), and llvm::object::COFFObjectFile::getRvaPtr().
| std::error_code ImportedSymbolRef::getSymbolName | ( | StringRef & | Result | ) | const |
Definition at line 1332 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), and llvm::object::COFFObjectFile::getRvaPtr().
| void ImportedSymbolRef::moveNext | ( | ) |
Definition at line 1327 of file COFFObjectFile.cpp.
| bool ImportedSymbolRef::operator== | ( | const ImportedSymbolRef & | Other | ) | const |
Definition at line 1322 of file COFFObjectFile.cpp.
1.8.6