Home
last modified time | relevance | path

Searched refs:ImportDirectoryEntryRef (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp947 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
952 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1381 bool ImportDirectoryEntryRef::
1382 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1386 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1394 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1438 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1444 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1450 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1465 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h41 class ImportDirectoryEntryRef; variable
45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
803 friend class ImportDirectoryEntryRef; variable
1116 class ImportDirectoryEntryRef {
1118 ImportDirectoryEntryRef() = default;
1119 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function
1123 bool operator==(const ImportDirectoryEntryRef &Other) const;
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp488 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1639 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()
1689 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()