Searched defs:getDynRel (Results 1 – 13 of 13) sorted by relevance
181 RelType AMDGPU::getDynRel(RelType type) const { getDynRel() function in AMDGPU
384 RelType Hexagon::getDynRel(RelType type) const { getDynRel() function in Hexagon
270 RelType SystemZ::getDynRel(RelType type) const { in getDynRel() function in SystemZ
200 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
272 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
181 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
367 RelType LoongArch::getDynRel(RelType type) const { getDynRel() function in LoongArch
206 RelType AArch64::getDynRel(RelType type) const { getDynRel() function in AArch64
452 RelType X86_64::getDynRel(RelType type) const { getDynRel() function in X86_64
200 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
258 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
1106 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
35 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function