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

#include <COFF.h>

Public Member Functions

 DelayImportDirectoryEntryRef ()
 
 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_iterator
imported_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 819 of file Object/COFF.h.

Constructor & Destructor Documentation

llvm::object::DelayImportDirectoryEntryRef::DelayImportDirectoryEntryRef ( )
inline

Definition at line 821 of file Object/COFF.h.

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

Definition at line 822 of file Object/COFF.h.

Member Function Documentation

std::error_code DelayImportDirectoryEntryRef::getDelayImportTable ( const delay_import_directory_table_entry *&  Result) const

Definition at line 1228 of file COFFObjectFile.cpp.

std::error_code DelayImportDirectoryEntryRef::getImportAddress ( int  AddrIndex,
uint64_t &  Result 
) const
std::error_code DelayImportDirectoryEntryRef::getName ( StringRef Result) const
imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_begin ( ) const

Definition at line 1203 of file COFFObjectFile.cpp.

References importedSymbolBegin().

Referenced by imported_symbols().

imported_symbol_iterator DelayImportDirectoryEntryRef::imported_symbol_end ( ) const

Definition at line 1209 of file COFFObjectFile.cpp.

References importedSymbolEnd().

Referenced by imported_symbols().

iterator_range< imported_symbol_iterator > DelayImportDirectoryEntryRef::imported_symbols ( ) const
void DelayImportDirectoryEntryRef::moveNext ( )

Definition at line 1198 of file COFFObjectFile.cpp.

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

Definition at line 1194 of file COFFObjectFile.cpp.


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