Searched refs:DelayImportDirectoryEntryRef (Results 1 – 3 of 3) sorted by relevance
789 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin()795 DelayImportDirectoryEntryRef( in delay_import_directory_end()1289 bool DelayImportDirectoryEntryRef::1290 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==()1294 void DelayImportDirectoryEntryRef::moveNext() { in moveNext()1299 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1305 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1311 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1315 std::error_code DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()1323 std::error_code DelayImportDirectoryEntryRef::[all …]
28 class DelayImportDirectoryEntryRef; variable33 typedef content_iterator<DelayImportDirectoryEntryRef>919 class DelayImportDirectoryEntryRef {921 DelayImportDirectoryEntryRef() : OwningObject(nullptr) {} in DelayImportDirectoryEntryRef() function922 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function926 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
133 const DelayImportDirectoryEntryRef &I,1397 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols()1429 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()