Searched refs:DelayImportDirectoryEntryRef (Results 1 – 3 of 3) sorted by relevance
1059 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin()1065 DelayImportDirectoryEntryRef( in delay_import_directory_end()1672 bool DelayImportDirectoryEntryRef::1673 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==()1677 void DelayImportDirectoryEntryRef::moveNext() { in moveNext()1682 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1688 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1694 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1698 Error DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()1707 Error DelayImportDirectoryEntryRef::getDelayImportTable( in getDelayImportTable()[all …]
41 class DelayImportDirectoryEntryRef; variable50 content_iterator<DelayImportDirectoryEntryRef>;1263 class DelayImportDirectoryEntryRef {1265 DelayImportDirectoryEntryRef() = default;1266 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function1270 LLVM_ABI bool operator==(const DelayImportDirectoryEntryRef &Other) const;
180 const DelayImportDirectoryEntryRef &I,1858 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols()1904 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()