Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp995 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
1000 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1437 bool ImportDirectoryEntryRef::
1438 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1442 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1450 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1494 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1500 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1506 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1521 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h41 class ImportDirectoryEntryRef; variable
45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
839 friend class ImportDirectoryEntryRef; variable
1173 class ImportDirectoryEntryRef {
1175 ImportDirectoryEntryRef() = default;
1176 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function
1180 bool operator==(const ImportDirectoryEntryRef &Other) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp499 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1782 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()
1832 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()