Home
last modified time | relevance | path

Searched refs:getRela (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.h400 const Elf_Rela *getRela(DataRefImpl Rela) const;
877 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
894 return getRela(Rel)->r_offset; in getRelocationOffset()
903 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
923 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()
938 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function