Searched refs:ELFRelocationRef (Results 1 – 4 of 4) sorted by relevance
128 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj()138 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
58 friend class ELFRelocationRef; variable228 class ELFRelocationRef : public RelocationRef {230 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function249 const ELFRelocationRef *operator->() const {250 return static_cast<const ELFRelocationRef *>(254 const ELFRelocationRef &operator*() const {255 return static_cast<const ELFRelocationRef &>(
33 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
1231 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()