Searched defs:ImportDirectoryEntryRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DCOFF.h25 class ImportDirectoryEntryRef;
27 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;
342 friend class ImportDirectoryEntryRef;
477 class ImportDirectoryEntryRef { class in namespace:llvm::object
479 ImportDirectoryEntryRef() : OwningObject(nullptr) {} function in class:llvm::object::ImportDirectoryEntryRef
480 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, function in class:llvm::object::ImportDirectoryEntryRef
484 bool operator==(const ImportDirectoryEntryRef &Other) const;

Completed in 276 milliseconds