Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h412 const Elf_Rela *getRela(DataRefImpl Rela) const;
1020 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
1037 return getRela(Rel)->r_offset; in getRelocationOffset()
1046 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
1066 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()
1081 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DELFDump.cpp74 const typename ELFT::Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1791 const Elf_Rela *RelA = Obj->getRela(Rel); in getRelocationAddend()
1827 Symbol = Obj->getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()