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

/external/llvm/include/llvm/Object/
H A DObjectFile.h90 /// RelocationRef - This is a value type class that represents a single
92 class RelocationRef { class in namespace:llvm::object
97 RelocationRef() : OwningObject(NULL) { } function in class:llvm::object::RelocationRef
99 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
101 bool operator==(const RelocationRef &Other) const;
103 error_code getNext(RelocationRef &Result) const;
129 typedef content_iterator<RelocationRef> relocation_iterator;
329 // Same as above for RelocationRef.
330 friend class RelocationRef;
332 RelocationRef
547 inline RelocationRef::RelocationRef(DataRefImpl RelocationP, function in class:llvm::object::RelocationRef
[all...]

Completed in 621 milliseconds