Searched refs:ImportDirectoryEntryRef (Results 1 – 3 of 3) sorted by relevance
693 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()698 ImportDirectoryEntryRef(ImportDirectory, NumberOfImportDirectory, this)); in import_directory_end()1112 bool ImportDirectoryEntryRef::1113 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()1117 void ImportDirectoryEntryRef::moveNext() { in moveNext()1121 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()1164 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1170 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1176 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1180 std::error_code ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()[all …]
27 class ImportDirectoryEntryRef; variable32 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;553 friend class ImportDirectoryEntryRef;789 class ImportDirectoryEntryRef {791 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef() function792 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, in ImportDirectoryEntryRef() function796 bool operator==(const ImportDirectoryEntryRef &Other) const;
1062 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()