LLVM 19.0.0git
Public Member Functions | List of all members
llvm::object::ImportDirectoryEntryRef Class Reference

#include "llvm/Object/COFF.h"

Public Member Functions

 ImportDirectoryEntryRef ()=default
 
 ImportDirectoryEntryRef (const coff_import_directory_table_entry *Table, uint32_t I, const COFFObjectFile *Owner)
 
bool operator== (const ImportDirectoryEntryRef &Other) const
 
void moveNext ()
 
imported_symbol_iterator imported_symbol_begin () const
 
imported_symbol_iterator imported_symbol_end () const
 
iterator_range< imported_symbol_iteratorimported_symbols () const
 
imported_symbol_iterator lookup_table_begin () const
 
imported_symbol_iterator lookup_table_end () const
 
iterator_range< imported_symbol_iteratorlookup_table_symbols () const
 
Error getName (StringRef &Result) const
 
Error getImportLookupTableRVA (uint32_t &Result) const
 
Error getImportAddressTableRVA (uint32_t &Result) const
 
Error getImportTableEntry (const coff_import_directory_table_entry *&Result) const
 

Detailed Description

Definition at line 1173 of file COFF.h.

Constructor & Destructor Documentation

◆ ImportDirectoryEntryRef() [1/2]

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

◆ ImportDirectoryEntryRef() [2/2]

llvm::object::ImportDirectoryEntryRef::ImportDirectoryEntryRef ( const coff_import_directory_table_entry Table,
uint32_t  I,
const COFFObjectFile Owner 
)
inline

Definition at line 1176 of file COFF.h.

Member Function Documentation

◆ getImportAddressTableRVA()

Error ImportDirectoryEntryRef::getImportAddressTableRVA ( uint32_t Result) const

◆ getImportLookupTableRVA()

Error ImportDirectoryEntryRef::getImportLookupTableRVA ( uint32_t Result) const

◆ getImportTableEntry()

Error ImportDirectoryEntryRef::getImportTableEntry ( const coff_import_directory_table_entry *&  Result) const

Definition at line 1434 of file COFFObjectFile.cpp.

References llvm::object::Binary::Data, and llvm::object::getObject().

◆ getName()

Error ImportDirectoryEntryRef::getName ( StringRef Result) const

◆ imported_symbol_begin()

imported_symbol_iterator ImportDirectoryEntryRef::imported_symbol_begin ( ) const

Definition at line 1478 of file COFFObjectFile.cpp.

References importedSymbolBegin().

Referenced by imported_symbols().

◆ imported_symbol_end()

imported_symbol_iterator ImportDirectoryEntryRef::imported_symbol_end ( ) const

Definition at line 1484 of file COFFObjectFile.cpp.

References importedSymbolEnd().

Referenced by imported_symbols().

◆ imported_symbols()

iterator_range< imported_symbol_iterator > ImportDirectoryEntryRef::imported_symbols ( ) const

◆ lookup_table_begin()

imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin ( ) const

Definition at line 1494 of file COFFObjectFile.cpp.

References importedSymbolBegin().

Referenced by lookup_table_symbols().

◆ lookup_table_end()

imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_end ( ) const

Definition at line 1499 of file COFFObjectFile.cpp.

References importedSymbolEnd().

Referenced by lookup_table_symbols().

◆ lookup_table_symbols()

iterator_range< imported_symbol_iterator > ImportDirectoryEntryRef::lookup_table_symbols ( ) const

Definition at line 1505 of file COFFObjectFile.cpp.

References lookup_table_begin(), lookup_table_end(), and llvm::make_range().

◆ moveNext()

void ImportDirectoryEntryRef::moveNext ( )

Definition at line 1426 of file COFFObjectFile.cpp.

◆ operator==()

bool ImportDirectoryEntryRef::operator== ( const ImportDirectoryEntryRef Other) const

Definition at line 1421 of file COFFObjectFile.cpp.

References llvm::Other.


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