Searched refs:ImportDirectoryEntryRef (Results 1 – 3 of 3) sorted by relevance
740 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()745 ImportDirectoryEntryRef(ImportDirectory, NumberOfImportDirectory, this)); in import_directory_end()1177 bool ImportDirectoryEntryRef::1178 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()1182 void ImportDirectoryEntryRef::moveNext() { in moveNext()1186 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()1229 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1235 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1241 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1245 std::error_code ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()[all …]
27 class ImportDirectoryEntryRef; variable32 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;486 friend class ImportDirectoryEntryRef;726 class ImportDirectoryEntryRef {728 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef() function729 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, in ImportDirectoryEntryRef() function733 bool operator==(const ImportDirectoryEntryRef &Other) const;
1048 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()