Searched refs:ImportDirectoryEntryRef (Results 1 – 4 of 4) sorted by relevance
888 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()893 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()1327 bool ImportDirectoryEntryRef::1328 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()1332 void ImportDirectoryEntryRef::moveNext() { in moveNext()1340 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()1384 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1390 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1396 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1411 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()[all …]
41 class ImportDirectoryEntryRef; variable45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;803 friend class ImportDirectoryEntryRef; variable1114 class ImportDirectoryEntryRef {1116 ImportDirectoryEntryRef() = default;1117 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function1121 bool operator==(const ImportDirectoryEntryRef &Other) const;
356 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
1635 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()1685 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()