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

/external/llvm/include/llvm/Object/
H A DObjectFile.h34 /// RelocationRef - This is a value type class that represents a single
36 class RelocationRef { class in namespace:llvm::object
41 RelocationRef() : OwningObject(nullptr) { } function in class:llvm::object::RelocationRef
43 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
45 bool operator==(const RelocationRef &Other) const;
73 typedef content_iterator<RelocationRef> relocation_iterator;
273 // Same as above for RelocationRef.
274 friend class RelocationRef;
484 /// RelocationRef
485 inline RelocationRef function in class:llvm::object::RelocationRef
[all...]

Completed in 44 milliseconds