Searched refs:getDynRel (Results 1 – 14 of 14) sorted by relevance
37 RelType getDynRel(RelType type) const override;202 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
29 RelType getDynRel(RelType type) const override;268 RelType SystemZ::getDynRel(RelType type) const { in getDynRel() function in SystemZ
38 RelType getDynRel(RelType type) const override;448 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
30 RelType getDynRel(RelType type) const override;276 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
30 RelType getDynRel(RelType type) const override;186 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
29 RelType getDynRel(RelType type) const override;198 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
69 RelType getDynRel(RelType type) const override;263 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
33 RelType getDynRel(RelType type) const override;471 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
174 RelType getDynRel(RelType type) const override;1107 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
35 RelType getDynRel(RelType type) const override;399 RelType LoongArch::getDynRel(RelType type) const { in getDynRel() function in LoongArch
41 RelType getDynRel(RelType type) const override;258 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
34 RelType getDynRel(RelType type) const override;203 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
36 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
1138 RelType rel = ctx.target->getDynRel(type); in processAux()