Searched defs:getAddend (Results 1 – 8 of 8) sorted by relevance
77 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function84 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
191 static inline int64_t getAddend(const typename ELFT::Rel &rel) { in getAddend() function195 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend() function
158 ErrorOr<int64_t> getAddend() const { in getAddend() function
198 Expected<int64_t> getAddend() const { in getAddend() function
201 Expected<int64_t> getAddend() const { in getAddend() function
1607 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function1610 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
86 AddendT getAddend() const { return Addend; } in getAddend() function