Searched refs:LibraryRef (Results 1 – 7 of 7) sorted by relevance
243 class LibraryRef {249 LibraryRef() : OwningObject(NULL) { } in LibraryRef() function251 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);253 bool operator==(const LibraryRef &Other) const;254 bool operator<(const LibraryRef &Other) const;256 error_code getNext(LibraryRef &Result) const;263 typedef content_iterator<LibraryRef> library_iterator;350 friend class LibraryRef; variable351 virtual error_code getLibraryNext(DataRefImpl Lib, LibraryRef &Res) const = 0;599 inline LibraryRef::LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner) in LibraryRef() function[all …]
109 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
260 LibraryRef &Result) const;
687 virtual error_code getLibraryNext(DataRefImpl Data, LibraryRef &Result) const;2686 return library_iterator(LibraryRef(DRI, this));2691 LibraryRef &Result) const {2704 Result = LibraryRef(DRI, this);2735 return library_iterator(LibraryRef(DRI, this));
796 static bool compareLibraryName(const LibraryRef &L, const LibraryRef &R) { in compareLibraryName()809 typedef std::vector<LibraryRef> LibsTy; in printNeededLibraries()
854 LibraryRef &Result) const { in getLibraryNext()
1199 LibraryRef &Res) const { in getLibraryNext()