Searched refs:ImportDirectoryEntryRef (Results 1 – 4 of 4) sorted by relevance
778 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()783 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()1197 bool ImportDirectoryEntryRef::1198 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()1202 void ImportDirectoryEntryRef::moveNext() { in moveNext()1210 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()1252 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()1258 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()1264 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()1268 std::error_code ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()[all …]
27 class ImportDirectoryEntryRef; variable32 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;624 friend class ImportDirectoryEntryRef;892 class ImportDirectoryEntryRef {894 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef() function895 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, in ImportDirectoryEntryRef() function899 bool operator==(const ImportDirectoryEntryRef &Other) const;
355 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
1415 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()