Home
last modified time | relevance | path

Searched refs:getRelocationAddend (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h66 virtual Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const = 0;
199 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend()
422 Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const override;
920 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() function