LLVM API Documentation

Public Member Functions
llvm::object::ImportDirectoryEntryRef Class Reference

#include <COFF.h>

List of all members.

Public Member Functions

 ImportDirectoryEntryRef ()
 ImportDirectoryEntryRef (const import_directory_table_entry *Table, uint32_t I, const COFFObjectFile *Owner)
bool operator== (const ImportDirectoryEntryRef &Other) const
void moveNext ()
std::error_code getName (StringRef &Result) const
std::error_code getImportTableEntry (const import_directory_table_entry *&Result) const
std::error_code getImportLookupEntry (const import_lookup_table_entry32 *&Result) const

Detailed Description

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


Constructor & Destructor Documentation

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

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


Member Function Documentation

Definition at line 1026 of file COFFObjectFile.cpp.

References llvm::object::success.

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

Definition at line 1022 of file COFFObjectFile.cpp.

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

Definition at line 1018 of file COFFObjectFile.cpp.


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