Searched refs:ELFRelocationRef (Results 1 – 4 of 4) sorted by relevance
50 friend class ELFRelocationRef; variable191 class ELFRelocationRef : public RelocationRef {193 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function212 const ELFRelocationRef *operator->() const {213 return static_cast<const ELFRelocationRef *>(217 const ELFRelocationRef &operator*() const {218 return static_cast<const ELFRelocationRef &>(
129 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj()139 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
19 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
1181 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()