Searched refs:ExportDirectoryEntryRef (Results 1 – 5 of 5) sorted by relevance
970 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()975 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()976 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()1549 bool ExportDirectoryEntryRef::1550 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()1554 void ExportDirectoryEntryRef::moveNext() { in moveNext()1560 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()1570 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()1576 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()1582 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()[all …]
40 class ExportDirectoryEntryRef; variable48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;793 friend class ExportDirectoryEntryRef; variable1168 class ExportDirectoryEntryRef {1170 ExportDirectoryEntryRef() = default;1171 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function1175 bool operator==(const ExportDirectoryEntryRef &Other) const;
113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
679 for (const object::ExportDirectoryEntryRef &Export : in findSanitizerCovFunctions()
1786 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) { in printCOFFExports()