Searched refs:LibraryRef (Results 1 – 6 of 6) sorted by relevance
239 class LibraryRef {245 LibraryRef() : OwningObject(NULL) { } in LibraryRef() function247 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);249 bool operator==(const LibraryRef &Other) const;250 bool operator<(const LibraryRef &Other) const;252 error_code getNext(LibraryRef &Result) const;259 typedef content_iterator<LibraryRef> library_iterator;345 friend class LibraryRef; variable346 virtual error_code getLibraryNext(DataRefImpl Lib, LibraryRef &Res) const = 0;590 inline LibraryRef::LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner) in LibraryRef() function[all …]
71 virtual error_code getLibraryNext(DataRefImpl Data, LibraryRef &Result) const;873 return library_iterator(LibraryRef(toDRI(DI), this)); in begin_libraries_needed()878 LibraryRef &Result) const { in getLibraryNext()887 Result = LibraryRef(toDRI(DI), this); in getLibraryNext()900 return library_iterator(LibraryRef(toDRI(EF.end_dynamic_table()), this)); in end_libraries_needed()
106 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
291 LibraryRef &Result) const;
876 LibraryRef &Result) const { in getLibraryNext()
1181 LibraryRef &Res) const { in getLibraryNext()