|
LLVM
4.0.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 | isOrdinal (bool &Result) const |
| std::error_code | getOrdinal (uint16_t &Result) const |
| std::error_code | getHintNameRVA (uint32_t &Result) const |
Definition at line 968 of file Object/COFF.h.
|
inline |
Definition at line 970 of file Object/COFF.h.
|
inline |
Definition at line 971 of file Object/COFF.h.
|
inline |
Definition at line 974 of file Object/COFF.h.
| std::error_code ImportedSymbolRef::getHintNameRVA | ( | uint32_t & | Result | ) | const |
Definition at line 1510 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA().
| std::error_code ImportedSymbolRef::getOrdinal | ( | uint16_t & | Result | ) | const |
Definition at line 1518 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), llvm::object::import_lookup_table_entry< IntTy >::getOrdinal(), llvm::object::COFFObjectFile::getRvaPtr(), and isOrdinal().
| std::error_code ImportedSymbolRef::getSymbolName | ( | StringRef & | Result | ) | const |
Definition at line 1482 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA(), llvm::object::COFFObjectFile::getRvaPtr(), and isOrdinal().
| std::error_code ImportedSymbolRef::isOrdinal | ( | bool & | Result | ) | const |
Definition at line 1502 of file COFFObjectFile.cpp.
References llvm::object::import_lookup_table_entry< IntTy >::isOrdinal().
Referenced by getOrdinal(), and getSymbolName().
| 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.
1.8.6