Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp947 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
952 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1385 bool ImportDirectoryEntryRef::
1386 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1390 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1398 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1442 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1448 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1454 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1469 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h41 class ImportDirectoryEntryRef; variable
45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
792 friend class ImportDirectoryEntryRef; variable
1111 class ImportDirectoryEntryRef {
1113 ImportDirectoryEntryRef() = default;
1114 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function
1118 bool operator==(const ImportDirectoryEntryRef &Other) const;
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp492 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1693 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()
1743 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()