Searched refs:decodeAddend (Results 1 – 2 of 2) sorted by relevance
63 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() function161 if (auto AddendOrErr = decodeAddend(RE)) in processRelocationRef()
34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() function316 if (auto Addend = decodeAddend(RE)) in processRelocationRef()