Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp37 RelType getDynRel(RelType type) const override;
202 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
H A DSystemZ.cpp29 RelType getDynRel(RelType type) const override;
268 RelType SystemZ::getDynRel(RelType type) const { in getDynRel() function in SystemZ
H A DHexagon.cpp38 RelType getDynRel(RelType type) const override;
448 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
H A DPPC.cpp30 RelType getDynRel(RelType type) const override;
276 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
H A DX86.cpp30 RelType getDynRel(RelType type) const override;
186 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
H A DMips.cpp29 RelType getDynRel(RelType type) const override;
198 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
H A DAArch64.cpp69 RelType getDynRel(RelType type) const override;
263 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
H A DX86_64.cpp33 RelType getDynRel(RelType type) const override;
471 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
H A DPPC64.cpp174 RelType getDynRel(RelType type) const override;
1107 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
H A DLoongArch.cpp35 RelType getDynRel(RelType type) const override;
399 RelType LoongArch::getDynRel(RelType type) const { in getDynRel() function in LoongArch
H A DRISCV.cpp41 RelType getDynRel(RelType type) const override;
258 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
H A DARM.cpp34 RelType getDynRel(RelType type) const override;
203 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h36 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
H A DRelocations.cpp1138 RelType rel = ctx.target->getDynRel(type); in processAux()