Searched refs:getRelocationAddend (Results 1 – 2 of 2) sorted by relevance
63 virtual ErrorOr<int64_t> getRelocationAddend(DataRefImpl Rel) const = 0;159 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend()330 ErrorOr<int64_t> getRelocationAddend(DataRefImpl Rel) const override;731 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() function
64 virtual Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const = 0;178 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend()371 Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const override;865 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() function