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; variable204 class ELFRelocationRef : public RelocationRef {206 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function225 const ELFRelocationRef *operator->() const {226 return static_cast<const ELFRelocationRef *>(230 const ELFRelocationRef &operator*() const {231 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()