Searched refs:ImportDirectoryEntryRef (Results 1 – 4 of 4) sorted by relevance
994 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()999 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()1421 bool ImportDirectoryEntryRef::1422 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()1426 void ImportDirectoryEntryRef::moveNext() { in moveNext()1434 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()1478 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1484 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1490 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1494 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()[all …]
41 class ImportDirectoryEntryRef; variable45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;839 friend class ImportDirectoryEntryRef; variable1173 class ImportDirectoryEntryRef {1175 ImportDirectoryEntryRef() = default;1176 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function1180 bool operator==(const ImportDirectoryEntryRef &Other) const;
499 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
1785 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()1835 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()