Home
last modified time | relevance | path

Searched refs:DelayImportDirectoryEntryRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp958 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin()
964 DelayImportDirectoryEntryRef( in delay_import_directory_end()
1490 bool DelayImportDirectoryEntryRef::
1491 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==()
1495 void DelayImportDirectoryEntryRef::moveNext() { in moveNext()
1500 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1506 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1512 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1516 Error DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1525 Error DelayImportDirectoryEntryRef::getDelayImportTable( in getDelayImportTable()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h39 class DelayImportDirectoryEntryRef; variable
47 content_iterator<DelayImportDirectoryEntryRef>;
1147 class DelayImportDirectoryEntryRef {
1149 DelayImportDirectoryEntryRef() = default;
1150 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function
1154 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp178 const DelayImportDirectoryEntryRef &I,
1666 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols()
1712 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()