LLVM API Documentation

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

#include <COFF.h>

List of all members.

Public Member Functions

 ExportDirectoryEntryRef ()
 ExportDirectoryEntryRef (const export_directory_table_entry *Table, uint32_t I, const COFFObjectFile *Owner)
bool operator== (const ExportDirectoryEntryRef &Other) const
void moveNext ()
std::error_code getDllName (StringRef &Result) const
std::error_code getOrdinalBase (uint32_t &Result) const
std::error_code getOrdinal (uint32_t &Result) const
std::error_code getExportRVA (uint32_t &Result) const
std::error_code getSymbolName (StringRef &Result) const

Detailed Description

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


Constructor & Destructor Documentation

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

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


Member Function Documentation

std::error_code ExportDirectoryEntryRef::getDllName ( StringRef Result) const
std::error_code ExportDirectoryEntryRef::getExportRVA ( uint32_t &  Result) const
std::error_code ExportDirectoryEntryRef::getOrdinal ( uint32_t &  Result) const
std::error_code ExportDirectoryEntryRef::getOrdinalBase ( uint32_t &  Result) const
std::error_code ExportDirectoryEntryRef::getSymbolName ( StringRef Result) const

Definition at line 1056 of file COFFObjectFile.cpp.

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

Definition at line 1052 of file COFFObjectFile.cpp.


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