Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp904 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
909 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
910 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1482 bool ExportDirectoryEntryRef::
1483 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1487 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1493 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1502 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1508 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1514 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
[all …]
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp670 for (const object::ExportDirectoryEntryRef &Export : in findSanitizerCovFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1728 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) { in printCOFFExports()