Searched refs:ELFRelocationRef (Results 1 – 4 of 4) sorted by relevance
48 friend class ELFRelocationRef; variable169 class ELFRelocationRef : public RelocationRef {171 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function190 const ELFRelocationRef *operator->() const {191 return static_cast<const ELFRelocationRef *>(195 const ELFRelocationRef &operator*() const {196 return static_cast<const ELFRelocationRef &>(
120 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
105 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
1105 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()