Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h243 class LibraryRef {
249 LibraryRef() : OwningObject(NULL) { } in LibraryRef() function
251 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; variable
351 virtual error_code getLibraryNext(DataRefImpl Lib, LibraryRef &Res) const = 0;
599 inline LibraryRef::LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner) in LibraryRef() function
[all …]
DMachO.h109 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
DCOFF.h260 LibraryRef &Result) const;
DELF.h687 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));
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp796 static bool compareLibraryName(const LibraryRef &L, const LibraryRef &R) { in compareLibraryName()
809 typedef std::vector<LibraryRef> LibsTy; in printNeededLibraries()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp854 LibraryRef &Result) const { in getLibraryNext()
DMachOObjectFile.cpp1199 LibraryRef &Res) const { in getLibraryNext()