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.cpp1048 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
1053 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1563 bool ImportDirectoryEntryRef::
1564 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1568 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1576 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1620 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1626 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1632 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1636 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h44 class ImportDirectoryEntryRef; variable
48 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
884 friend class ImportDirectoryEntryRef; variable
1231 class ImportDirectoryEntryRef {
1233 ImportDirectoryEntryRef() = default;
1234 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function
1238 LLVM_ABI bool operator==(const ImportDirectoryEntryRef &Other) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp517 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1831 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()
1881 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()