Searched refs:ELFRelocationRef (Results 1 – 4 of 4) sorted by relevance
127 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj()137 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
52 friend class ELFRelocationRef; variable203 class ELFRelocationRef : public RelocationRef {205 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function224 const ELFRelocationRef *operator->() const {225 return static_cast<const ELFRelocationRef *>(229 const ELFRelocationRef &operator*() const {230 return static_cast<const ELFRelocationRef &>(
34 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
1219 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()