Searched defs:getAddend (Results 1 – 3 of 3) sorted by relevance
201 Expected<int64_t> getAddend() const { in getAddend() function
1615 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function1618 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function
87 AddendT getAddend() const { return Addend; } in getAddend() function