Searched refs:DelayImportDirectoryEntryRef (Results 1 – 3 of 3) sorted by relevance
836 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 …]
40 class DelayImportDirectoryEntryRef; variable48 content_iterator<DelayImportDirectoryEntryRef>;1107 class DelayImportDirectoryEntryRef {1109 DelayImportDirectoryEntryRef() = default;1110 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function1114 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
166 const DelayImportDirectoryEntryRef &I,1603 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols()1641 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()