LLVM  8.0.1
Public Member Functions | List of all members
llvm::object::ExportDirectoryEntryRef Class Reference

#include "llvm/Object/COFF.h"

Public Member Functions

 ExportDirectoryEntryRef ()=default
 
 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
 
std::error_code isForwarder (bool &Result) const
 
std::error_code getForwardTo (StringRef &Result) const
 

Detailed Description

Definition at line 1133 of file COFF.h.

Constructor & Destructor Documentation

◆ ExportDirectoryEntryRef() [1/2]

llvm::object::ExportDirectoryEntryRef::ExportDirectoryEntryRef ( )
default

◆ ExportDirectoryEntryRef() [2/2]

llvm::object::ExportDirectoryEntryRef::ExportDirectoryEntryRef ( const export_directory_table_entry Table,
uint32_t  I,
const COFFObjectFile Owner 
)
inline

Definition at line 1136 of file COFF.h.

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

Member Function Documentation

◆ getDllName()

std::error_code ExportDirectoryEntryRef::getDllName ( StringRef Result) const

Definition at line 1487 of file COFFObjectFile.cpp.

◆ getExportRVA()

std::error_code ExportDirectoryEntryRef::getExportRVA ( uint32_t Result) const

◆ getForwardTo()

std::error_code ExportDirectoryEntryRef::getForwardTo ( StringRef Result) const

◆ getOrdinal()

std::error_code ExportDirectoryEntryRef::getOrdinal ( uint32_t Result) const

Definition at line 1504 of file COFFObjectFile.cpp.

◆ getOrdinalBase()

std::error_code ExportDirectoryEntryRef::getOrdinalBase ( uint32_t Result) const

Definition at line 1498 of file COFFObjectFile.cpp.

◆ getSymbolName()

std::error_code ExportDirectoryEntryRef::getSymbolName ( StringRef Result) const

Definition at line 1524 of file COFFObjectFile.cpp.

◆ isForwarder()

std::error_code ExportDirectoryEntryRef::isForwarder ( bool Result) const

◆ moveNext()

void ExportDirectoryEntryRef::moveNext ( )

Definition at line 1481 of file COFFObjectFile.cpp.

◆ operator==()

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

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