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;
132 typedef content_iterator<RelocationRef> relocation_iterator;
323 // Same as above for RelocationRef.
324 friend class RelocationRef;
326 RelocationRef
529 inline RelocationRef::RelocationRef(DataRefImpl RelocationP, function in class:llvm::object::RelocationRef
[all...]

Completed in 95 milliseconds