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

#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_iteratorimported_symbols () const
 
Error getName (StringRef &Result) const
 
Error getDelayImportTable (const delay_import_directory_table_entry *&Result) const
 
Error getImportAddress (int AddrIndex, uint64_t &Result) const
 

Detailed Description

Definition at line 1204 of file COFF.h.

Constructor & Destructor Documentation

◆ DelayImportDirectoryEntryRef() [1/2]

llvm::object::DelayImportDirectoryEntryRef::DelayImportDirectoryEntryRef ( )
default

◆ DelayImportDirectoryEntryRef() [2/2]

llvm::object::DelayImportDirectoryEntryRef::DelayImportDirectoryEntryRef ( const delay_import_directory_table_entry T,
uint32_t  I,
const COFFObjectFile Owner 
)
inline

Definition at line 1207 of file COFF.h.

Member Function Documentation

◆ getDelayImportTable()

Error DelayImportDirectoryEntryRef::getDelayImportTable ( const delay_import_directory_table_entry *&  Result) const

Definition at line 1581 of file COFFObjectFile.cpp.

References llvm::Error::success().

◆ getImportAddress()

Error DelayImportDirectoryEntryRef::getImportAddress ( int  AddrIndex,
uint64_t Result 
) const

◆ getName()

Error DelayImportDirectoryEntryRef::getName ( StringRef Result) const

◆ imported_symbol_begin()

imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_begin ( ) const

Definition at line 1556 of file COFFObjectFile.cpp.

References importedSymbolBegin().

Referenced by imported_symbols().

◆ imported_symbol_end()

imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_end ( ) const

Definition at line 1562 of file COFFObjectFile.cpp.

References importedSymbolEnd().

Referenced by imported_symbols().

◆ imported_symbols()

iterator_range< imported_symbol_iterator > DelayImportDirectoryEntryRef::imported_symbols ( ) const

◆ moveNext()

void DelayImportDirectoryEntryRef::moveNext ( )

Definition at line 1551 of file COFFObjectFile.cpp.

◆ operator==()

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

Definition at line 1546 of file COFFObjectFile.cpp.

References llvm::Other.


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