Searched defs:LibraryRef (Results 1 - 1 of 1) 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...]

Completed in 141 milliseconds