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

/external/llvm/include/llvm/Object/
H A DObjectFile.h36 /// RelocationRef - This is a value type class that represents a single
38 class RelocationRef { class in namespace:llvm::object
43 RelocationRef() : OwningObject(nullptr) { } function in class:llvm::object::RelocationRef
45 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
47 bool operator==(const RelocationRef &Other) const;
75 typedef content_iterator<RelocationRef> relocation_iterator;
242 // Same as above for RelocationRef.
243 friend class RelocationRef;
444 /// RelocationRef
445 inline RelocationRef function in class:llvm::object::RelocationRef
[all...]

Completed in 87 milliseconds