Searched defs:RelocationRef (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/Object/ | ||
H A D | ObjectFile.h | 40 class RelocationRef { class in namespace:llvm::object 45 RelocationRef() : OwningObject(nullptr) { } function in class:llvm::object::RelocationRef 47 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner); 49 bool operator==(const RelocationRef &Other) const; 65 typedef content_iterator<RelocationRef> relocation_iterator; 226 // Same as above for RelocationRef. 227 friend class RelocationRef; 417 /// RelocationRef 418 inline RelocationRef::RelocationRef(DataRefImp function in class:llvm::object::RelocationRef [all...] |
Completed in 62 milliseconds