Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp958 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin()
964 DelayImportDirectoryEntryRef( in delay_import_directory_end()
1494 bool DelayImportDirectoryEntryRef::
1495 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==()
1499 void DelayImportDirectoryEntryRef::moveNext() { in moveNext()
1504 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1510 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1516 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1520 Error DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1529 Error DelayImportDirectoryEntryRef::getDelayImportTable( in getDelayImportTable()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h39 class DelayImportDirectoryEntryRef; variable
47 content_iterator<DelayImportDirectoryEntryRef>;
1142 class DelayImportDirectoryEntryRef {
1144 DelayImportDirectoryEntryRef() = default;
1145 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function
1149 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp178 const DelayImportDirectoryEntryRef &I,
1720 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols()
1766 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()