LLVM  8.0.1
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
 
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
 

Detailed Description

Definition at line 1107 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 1110 of file COFF.h.

References getName(), llvm::object::operator==(), and Other.

Member Function Documentation

◆ getDelayImportTable()

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().

◆ getImportAddress()

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

◆ getName()

std::error_code DelayImportDirectoryEntryRef::getName ( StringRef Result) const

Definition at line 1448 of file COFFObjectFile.cpp.

References getDelayImportTable().

◆ imported_symbol_begin()

imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_begin ( ) const

Definition at line 1432 of file COFFObjectFile.cpp.

References importedSymbolBegin().

◆ imported_symbol_end()

imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_end ( ) const

Definition at line 1438 of file COFFObjectFile.cpp.

References importedSymbolEnd().

◆ imported_symbols()

iterator_range< imported_symbol_iterator > DelayImportDirectoryEntryRef::imported_symbols ( ) const

Definition at line 1444 of file COFFObjectFile.cpp.

References llvm::make_range().

◆ moveNext()

void DelayImportDirectoryEntryRef::moveNext ( )

Definition at line 1427 of file COFFObjectFile.cpp.

◆ operator==()

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

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