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

/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h26 class ImportDirectoryEntryRef;
27 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;
225 friend class ImportDirectoryEntryRef;
347 class ImportDirectoryEntryRef { class in namespace:llvm::object
349 ImportDirectoryEntryRef() : OwningObject(0) {} function in class:llvm::object::ImportDirectoryEntryRef
350 ImportDirectoryEntryRef(DataRefImpl ImportDirectory, function in class:llvm::object::ImportDirectoryEntryRef
354 bool operator==(const ImportDirectoryEntryRef &Other) const;
355 error_code getNext(ImportDirectoryEntryRef &Result) const;
/freebsd-10.1-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp568 return import_directory_iterator(ImportDirectoryEntryRef(Imp, this));
579 return import_directory_iterator(ImportDirectoryEntryRef(Imp, this));
885 bool ImportDirectoryEntryRef::
886 operator==(const ImportDirectoryEntryRef &Other) const {
895 ImportDirectoryEntryRef::getNext(ImportDirectoryEntryRef &Result) const {
900 Result = ImportDirectoryEntryRef(Next, OwningObject);
904 error_code ImportDirectoryEntryRef::
910 error_code ImportDirectoryEntryRef::getName(StringRef &Result) const {
920 error_code ImportDirectoryEntryRef
[all...]

Completed in 50 milliseconds