Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp848 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
854 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1476 bool ExportDirectoryEntryRef::
1477 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1481 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1487 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1498 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1504 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1510 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1524 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h41 class ExportDirectoryEntryRef; variable
49 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;
766 friend class ExportDirectoryEntryRef; variable
1133 class ExportDirectoryEntryRef {
1135 ExportDirectoryEntryRef() = default;
1136 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function
1140 bool operator==(const ExportDirectoryEntryRef &Other) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp106 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1659 for (const ExportDirectoryEntryRef &E : Obj->export_directories()) { in printCOFFExports()