LLVM 19.0.0git
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 ()
 
Error getDllName (StringRef &Result) const
 
Error getOrdinalBase (uint32_t &Result) const
 
Error getOrdinal (uint32_t &Result) const
 
Error getExportRVA (uint32_t &Result) const
 
Error getSymbolName (StringRef &Result) const
 
Error isForwarder (bool &Result) const
 
Error getForwardTo (StringRef &Result) const
 

Detailed Description

Definition at line 1230 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 1233 of file COFF.h.

Member Function Documentation

◆ getDllName()

Error ExportDirectoryEntryRef::getDllName ( StringRef Result) const

◆ getExportRVA()

Error ExportDirectoryEntryRef::getExportRVA ( uint32_t Result) const

◆ getForwardTo()

Error ExportDirectoryEntryRef::getForwardTo ( StringRef Result) const

◆ getOrdinal()

Error ExportDirectoryEntryRef::getOrdinal ( uint32_t Result) const

◆ getOrdinalBase()

Error ExportDirectoryEntryRef::getOrdinalBase ( uint32_t Result) const

◆ getSymbolName()

Error ExportDirectoryEntryRef::getSymbolName ( StringRef Result) const

◆ isForwarder()

Error ExportDirectoryEntryRef::isForwarder ( bool Result) const

◆ moveNext()

void ExportDirectoryEntryRef::moveNext ( )

Definition at line 1606 of file COFFObjectFile.cpp.

◆ operator==()

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

Definition at line 1601 of file COFFObjectFile.cpp.

References llvm::Other.


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