Searched refs:ExportDirectoryEntryRef (Results 1 – 5 of 5) sorted by relevance
970 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 …]
40 class ExportDirectoryEntryRef; variable48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;804 friend class ExportDirectoryEntryRef; variable1173 class ExportDirectoryEntryRef {1175 ExportDirectoryEntryRef() = default;1176 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function1180 bool operator==(const ExportDirectoryEntryRef &Other) const;
113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
693 for (const object::ExportDirectoryEntryRef &Export : in findSanitizerCovFunctions()
1732 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) { in printCOFFExports()