Searched defs:RelocationRef (Results 1 - 2 of 2) sorted by path

/external/llvm/include/llvm/Object/
H A DObjectFile.h40 class RelocationRef { class in namespace:llvm::object
45 RelocationRef() : OwningObject(nullptr) { } function in class:llvm::object::RelocationRef
47 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
49 bool operator==(const RelocationRef &Other) const;
65 typedef content_iterator<RelocationRef> relocation_iterator;
230 // Same as above for RelocationRef.
231 friend class RelocationRef;
431 /// RelocationRef
432 inline RelocationRef::RelocationRef(DataRefImp function in class:llvm::object::RelocationRef
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DObjectFile.h128 /// RelocationRef - This is a value type class that represents a single
130 class RelocationRef { class in namespace:llvm::object
135 RelocationRef() : OwningObject(NULL) { function in class:llvm::object::RelocationRef
139 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
141 bool operator==(const RelocationRef &Other) const;
143 error_code getNext(RelocationRef &Result) const;
161 typedef content_iterator<RelocationRef> relocation_iterator;
254 // Same as above for RelocationRef.
255 friend class RelocationRef;
257 RelocationRef
416 inline RelocationRef::RelocationRef(DataRefImpl RelocationP, function in class:llvm::object::RelocationRef
[all...]

Completed in 259 milliseconds