Searched refs:getDynRel (Results 1 – 14 of 14) sorted by relevance
36 RelType getDynRel(RelType type) const override;181 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
31 RelType getDynRel(RelType type) const override;384 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
30 RelType getDynRel(RelType type) const override;270 RelType SystemZ::getDynRel(RelType type) const { in getDynRel() function in SystemZ
32 RelType getDynRel(RelType type) const override;272 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
31 RelType getDynRel(RelType type) const override;181 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
31 RelType getDynRel(RelType type) const override;200 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
34 RelType getDynRel(RelType type) const override;367 RelType LoongArch::getDynRel(RelType type) const { in getDynRel() function in LoongArch
37 RelType getDynRel(RelType type) const override;206 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
33 RelType getDynRel(RelType type) const override;452 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
35 RelType getDynRel(RelType type) const override;200 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
41 RelType getDynRel(RelType type) const override;258 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
176 RelType getDynRel(RelType type) const override;1106 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
35 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
1139 RelType rel = target->getDynRel(type); in processAux()