Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp970 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
976 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1545 bool ExportDirectoryEntryRef::
1546 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1550 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1556 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1572 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1578 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1592 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1619 Error ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h40 class ExportDirectoryEntryRef; variable
48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;
804 friend class ExportDirectoryEntryRef; variable
1173 class ExportDirectoryEntryRef {
1175 ExportDirectoryEntryRef() = default;
1176 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function
1180 bool operator==(const ExportDirectoryEntryRef &Other) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp693 for (const object::ExportDirectoryEntryRef &Export : in findSanitizerCovFunctions()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1732 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) { in printCOFFExports()