LLVM 22.0.0git
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)
LLVM_ABI bool operator== (const DelayImportDirectoryEntryRef &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_iteratorimported_symbols () const
LLVM_ABI Error getName (StringRef &Result) const
LLVM_ABI Error getDelayImportTable (const delay_import_directory_table_entry *&Result) const
LLVM_ABI Error getImportAddress (int AddrIndex, uint64_t &Result) const

Detailed Description

Definition at line 1263 of file COFF.h.

Constructor & Destructor Documentation

◆ DelayImportDirectoryEntryRef() [1/2]

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

Referenced by operator==().

◆ DelayImportDirectoryEntryRef() [2/2]

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

Definition at line 1266 of file COFF.h.

References I, and T.

Member Function Documentation

◆ getDelayImportTable()

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

Definition at line 1707 of file COFFObjectFile.cpp.

References llvm::Error::success().

◆ getImportAddress()

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

Definition at line 1713 of file COFFObjectFile.cpp.

References llvm::Error::success().

◆ getName()

Error DelayImportDirectoryEntryRef::getName ( StringRef & Result) const

Definition at line 1698 of file COFFObjectFile.cpp.

References llvm::Error::success().

◆ imported_symbol_begin()

imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_begin ( ) const

Definition at line 1682 of file COFFObjectFile.cpp.

References importedSymbolBegin().

Referenced by imported_symbols().

◆ imported_symbol_end()

imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_end ( ) const

Definition at line 1688 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 1677 of file COFFObjectFile.cpp.

◆ operator==()

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

Definition at line 1672 of file COFFObjectFile.cpp.

References DelayImportDirectoryEntryRef(), and llvm::Other.


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