Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp911 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
917 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1489 bool ExportDirectoryEntryRef::
1490 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1494 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1500 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1515 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1521 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1535 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1561 Error ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h40 class ExportDirectoryEntryRef; variable
48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;
804 friend class ExportDirectoryEntryRef; variable
1171 class ExportDirectoryEntryRef {
1173 ExportDirectoryEntryRef() = default;
1174 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function
1178 bool operator==(const ExportDirectoryEntryRef &Other) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1728 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) { in printCOFFExports()