Home
last modified time | relevance | path

Searched refs:ExportDirectoryEntryRef (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1018 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
1024 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1601 bool ExportDirectoryEntryRef::
1602 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1606 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1612 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1628 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1634 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1648 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1675 Error ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h40 class ExportDirectoryEntryRef; variable
48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;
840 friend class ExportDirectoryEntryRef; variable
1230 class ExportDirectoryEntryRef {
1232 ExportDirectoryEntryRef() = default;
1233 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function
1237 bool operator==(const ExportDirectoryEntryRef &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1875 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) { in printCOFFExports()