Home
last modified time | relevance | path

Searched refs:LibraryRef (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h239 class LibraryRef {
245 LibraryRef() : OwningObject(NULL) { } in LibraryRef() function
247 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; variable
346 virtual error_code getLibraryNext(DataRefImpl Lib, LibraryRef &Res) const = 0;
590 inline LibraryRef::LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner) in LibraryRef() function
[all …]
HDELFObjectFile.h71 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()
HDMachO.h106 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
HDCOFF.h291 LibraryRef &Result) const;
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp876 LibraryRef &Result) const { in getLibraryNext()
HDMachOObjectFile.cpp1181 LibraryRef &Res) const { in getLibraryNext()