Home
last modified time | relevance | path

Searched refs:getDynRel (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDAMDGPU.cpp37 RelType getDynRel(RelType type) const override;
202 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
HDHexagon.cpp31 RelType getDynRel(RelType type) const override;
396 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
HDSystemZ.cpp30 RelType getDynRel(RelType type) const override;
270 RelType SystemZ::getDynRel(RelType type) const { in getDynRel() function in SystemZ
HDPPC.cpp32 RelType getDynRel(RelType type) const override;
272 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
HDX86.cpp31 RelType getDynRel(RelType type) const override;
181 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
HDLoongArch.cpp35 RelType getDynRel(RelType type) const override;
376 RelType LoongArch::getDynRel(RelType type) const { in getDynRel() function in LoongArch
HDMips.cpp31 RelType getDynRel(RelType type) const override;
200 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
HDX86_64.cpp33 RelType getDynRel(RelType type) const override;
455 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
HDAArch64.cpp37 RelType getDynRel(RelType type) const override;
216 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
HDPPC64.cpp176 RelType getDynRel(RelType type) const override;
1106 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
HDRISCV.cpp41 RelType getDynRel(RelType type) const override;
258 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
HDARM.cpp35 RelType getDynRel(RelType type) const override;
200 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDTarget.h35 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
HDRelocations.cpp1143 RelType rel = target->getDynRel(type); in processAux()