LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::object::ImportDirectoryEntryRef Class Reference

#include <COFF.h>

Public Member Functions

 ImportDirectoryEntryRef ()
 
 ImportDirectoryEntryRef (DataRefImpl ImportDirectory, const COFFObjectFile *Owner)
 
bool operator== (const ImportDirectoryEntryRef &Other) const
 
error_code getNext (ImportDirectoryEntryRef &Result) const
 
error_code getName (StringRef &Result) const
 
error_code getImportTableEntry (const import_directory_table_entry *&Result) const
 
error_code getImportLookupEntry (const import_lookup_table_entry32 *&Result) const
 

Detailed Description

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

Constructor & Destructor Documentation

llvm::object::ImportDirectoryEntryRef::ImportDirectoryEntryRef ( )
inline

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

Referenced by getNext().

llvm::object::ImportDirectoryEntryRef::ImportDirectoryEntryRef ( DataRefImpl  ImportDirectory,
const COFFObjectFile Owner 
)
inline

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

Member Function Documentation

error_code ImportDirectoryEntryRef::getImportLookupEntry ( const import_lookup_table_entry32 *&  Result) const
error_code ImportDirectoryEntryRef::getImportTableEntry ( const import_directory_table_entry *&  Result) const

Definition at line 905 of file COFFObjectFile.cpp.

References llvm::object::object_error::success, and toImportEntry().

error_code ImportDirectoryEntryRef::getName ( StringRef Result) const
error_code ImportDirectoryEntryRef::getNext ( ImportDirectoryEntryRef Result) const
bool ImportDirectoryEntryRef::operator== ( const ImportDirectoryEntryRef Other) const

Definition at line 886 of file COFFObjectFile.cpp.


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