Searched defs:getDynRel (Results 1 – 13 of 13) sorted by relevance
202 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
268 RelType SystemZ::getDynRel(RelType type) const { in getDynRel() function in SystemZ
198 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
276 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
448 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
186 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
263 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
471 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
203 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
399 RelType LoongArch::getDynRel(RelType type) const { in getDynRel() function in LoongArch
258 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
1107 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
36 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function