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

/external/llvm/include/llvm/Object/
H A DObjectFile.h178 /// LibraryRef - This is a value type class that represents a single library in
180 class LibraryRef { class in namespace:llvm::object
186 LibraryRef() : OwningObject(nullptr) { } function in class:llvm::object::LibraryRef
188 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);
190 bool operator==(const LibraryRef &Other) const;
191 bool operator<(const LibraryRef &Other) const;
193 std::error_code getNext(LibraryRef &Result) const;
200 typedef content_iterator<LibraryRef> library_iterator;
295 // Same for LibraryRef
296 friend class LibraryRef;
537 inline LibraryRef::LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner) function in class:llvm::object::LibraryRef
[all...]
H A DELFObjectFile.h74 LibraryRef &Result) const override;
835 return library_iterator(LibraryRef(toDRI(DI), this));
840 LibraryRef &Result) const {
849 Result = LibraryRef(toDRI(DI), this);
862 return library_iterator(LibraryRef(toDRI(EF.end_dynamic_table()), this));
H A DMachO.h122 LibraryRef &Res) const override;
H A DCOFF.h418 LibraryRef &Result) const override;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp998 LibraryRef &Result) const {
H A DMachOObjectFile.cpp1214 LibraryRef &Res) const {

Completed in 133 milliseconds