Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp825 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
830 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1315 bool ImportDirectoryEntryRef::
1316 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1320 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1328 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1370 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1376 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1382 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1397 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h42 class ImportDirectoryEntryRef; variable
46 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
765 friend class ImportDirectoryEntryRef;
1076 class ImportDirectoryEntryRef {
1078 ImportDirectoryEntryRef() = default;
1079 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function
1083 bool operator==(const ImportDirectoryEntryRef &Other) const;
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp352 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1578 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()
1621 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()