Searched refs:ImportDirectoryEntryRef (Results 1 – 4 of 4) sorted by relevance
825 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()830 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()1315 bool ImportDirectoryEntryRef::1316 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()1320 void ImportDirectoryEntryRef::moveNext() { in moveNext()1328 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()1370 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1376 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1382 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1397 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()[all …]
42 class ImportDirectoryEntryRef; variable46 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;765 friend class ImportDirectoryEntryRef;1076 class ImportDirectoryEntryRef {1078 ImportDirectoryEntryRef() = default;1079 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function1083 bool operator==(const ImportDirectoryEntryRef &Other) const;
352 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
1578 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()1621 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()