Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp881 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
886 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1320 bool ImportDirectoryEntryRef::
1321 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1325 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1333 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1377 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1383 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1389 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1393 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h41 class ImportDirectoryEntryRef; variable
45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
803 friend class ImportDirectoryEntryRef; variable
1114 class ImportDirectoryEntryRef {
1116 ImportDirectoryEntryRef() = default;
1117 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function
1121 bool operator==(const ImportDirectoryEntryRef &Other) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp356 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1635 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()
1685 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()