LLVM
8.0.1
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
DelayImportDirectoryEntryRef ()=default | |
DelayImportDirectoryEntryRef (const delay_import_directory_table_entry *T, uint32_t I, const COFFObjectFile *Owner) | |
bool | operator== (const DelayImportDirectoryEntryRef &Other) const |
void | moveNext () |
imported_symbol_iterator | imported_symbol_begin () const |
imported_symbol_iterator | imported_symbol_end () const |
iterator_range< imported_symbol_iterator > | imported_symbols () const |
std::error_code | getName (StringRef &Result) const |
std::error_code | getDelayImportTable (const delay_import_directory_table_entry *&Result) const |
std::error_code | getImportAddress (int AddrIndex, uint64_t &Result) const |
|
default |
|
inline |
Definition at line 1110 of file COFF.h.
References getName(), llvm::object::operator==(), and Other.
std::error_code DelayImportDirectoryEntryRef::getDelayImportTable | ( | const delay_import_directory_table_entry *& | Result | ) | const |
Definition at line 1457 of file COFFObjectFile.cpp.
References getImportAddress().
Referenced by getName().
std::error_code DelayImportDirectoryEntryRef::getImportAddress | ( | int | AddrIndex, |
uint64_t & | Result | ||
) | const |
Definition at line 1463 of file COFFObjectFile.cpp.
References llvm::object::ExportDirectoryEntryRef::operator==().
Referenced by getDelayImportTable().
std::error_code DelayImportDirectoryEntryRef::getName | ( | StringRef & | Result | ) | const |
Definition at line 1448 of file COFFObjectFile.cpp.
References getDelayImportTable().
imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_begin | ( | ) | const |
Definition at line 1432 of file COFFObjectFile.cpp.
References importedSymbolBegin().
imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_end | ( | ) | const |
Definition at line 1438 of file COFFObjectFile.cpp.
References importedSymbolEnd().
iterator_range< imported_symbol_iterator > DelayImportDirectoryEntryRef::imported_symbols | ( | ) | const |
Definition at line 1444 of file COFFObjectFile.cpp.
References llvm::make_range().
void DelayImportDirectoryEntryRef::moveNext | ( | ) |
Definition at line 1427 of file COFFObjectFile.cpp.
bool DelayImportDirectoryEntryRef::operator== | ( | const DelayImportDirectoryEntryRef & | Other | ) | const |
Definition at line 1423 of file COFFObjectFile.cpp.
Referenced by llvm::object::ImportDirectoryEntryRef::getImportAddressTableRVA().