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.cpp1071 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
1076 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
1077 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1727 bool ExportDirectoryEntryRef::
1728 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1732 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1738 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1748 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1754 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1760 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h43 class ExportDirectoryEntryRef; variable
51 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;
885 friend class ExportDirectoryEntryRef; variable
1289 class ExportDirectoryEntryRef {
1291 ExportDirectoryEntryRef() = default;
1292 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function
1296 LLVM_ABI bool operator==(const ExportDirectoryEntryRef &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp112 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1924 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) { in printCOFFExports()