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()
57 friend class ELFRelocationRef; variable214 class ELFRelocationRef : public RelocationRef {216 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function235 const ELFRelocationRef *operator->() const {236 return static_cast<const ELFRelocationRef *>(240 const ELFRelocationRef &operator*() const {241 return static_cast<const ELFRelocationRef &>(
33 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
1224 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()