Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp836 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin()
842 DelayImportDirectoryEntryRef( in delay_import_directory_end()
1422 bool DelayImportDirectoryEntryRef::
1423 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==()
1427 void DelayImportDirectoryEntryRef::moveNext() { in moveNext()
1432 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1438 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1444 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1448 std::error_code DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1456 std::error_code DelayImportDirectoryEntryRef::
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h40 class DelayImportDirectoryEntryRef; variable
48 content_iterator<DelayImportDirectoryEntryRef>;
1107 class DelayImportDirectoryEntryRef {
1109 DelayImportDirectoryEntryRef() = default;
1110 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function
1114 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp166 const DelayImportDirectoryEntryRef &I,
1603 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols()
1641 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()