LLVM: llvm::object::ImportDirectoryEntryRef Class Reference (original) (raw)

#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"

Public Member Functions
ImportDirectoryEntryRef ()=default
ImportDirectoryEntryRef (const coff_import_directory_table_entry *Table, uint32_t I, const COFFObjectFile *Owner)
LLVM_ABI bool operator== (const ImportDirectoryEntryRef &Other) const
LLVM_ABI void moveNext ()
LLVM_ABI imported_symbol_iterator imported_symbol_begin () const
LLVM_ABI imported_symbol_iterator imported_symbol_end () const
LLVM_ABI iterator_range< imported_symbol_iterator > imported_symbols () const
LLVM_ABI imported_symbol_iterator lookup_table_begin () const
LLVM_ABI imported_symbol_iterator lookup_table_end () const
LLVM_ABI iterator_range< imported_symbol_iterator > lookup_table_symbols () const
LLVM_ABI Error getName (StringRef &Result) const
LLVM_ABI Error getImportLookupTableRVA (uint32_t &Result) const
LLVM_ABI Error getImportAddressTableRVA (uint32_t &Result) const
LLVM_ABI Error getImportTableEntry (const coff_import_directory_table_entry *&Result) const

Definition at line 1231 of file COFF.h.

llvm::object::ImportDirectoryEntryRef::ImportDirectoryEntryRef ( ) default

ImportDirectoryEntryRef() [2/2]

getImportAddressTableRVA()

Error ImportDirectoryEntryRef::getImportAddressTableRVA ( uint32_t & Result ) const

getImportLookupTableRVA()

Error ImportDirectoryEntryRef::getImportLookupTableRVA ( uint32_t & Result ) const

getImportTableEntry()

getName()

imported_symbol_begin()

imported_symbol_end()

imported_symbols()

lookup_table_begin()

lookup_table_end()

lookup_table_symbols()

moveNext()

void ImportDirectoryEntryRef::moveNext ( )

operator==()


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