Searched refs:ELFRelocationRef (Results 1 – 4 of 4) sorted by relevance
112 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj()117 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
50 friend class ELFRelocationRef; variable188 class ELFRelocationRef : public RelocationRef {190 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function209 const ELFRelocationRef *operator->() const {210 return static_cast<const ELFRelocationRef *>(214 const ELFRelocationRef &operator*() const {215 return static_cast<const ELFRelocationRef &>(
19 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
1115 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()