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

/external/llvm/include/llvm/Object/
H A DObjectFile.h93 /// RelocationRef - This is a value type class that represents a single
95 class RelocationRef { class in namespace:llvm::object
100 RelocationRef() : OwningObject(NULL) { } function in class:llvm::object::RelocationRef
102 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
104 bool operator==(const RelocationRef &Other) const;
106 error_code getNext(RelocationRef &Result) const;
130 typedef content_iterator<RelocationRef> relocation_iterator;
321 // Same as above for RelocationRef.
322 friend class RelocationRef;
324 RelocationRef
527 inline RelocationRef::RelocationRef(DataRefImpl RelocationP, function in class:llvm::object::RelocationRef
[all...]

Completed in 20 milliseconds