Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DAMDGPU.cpp36 RelType getDynRel(RelType type) const override;
180 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
H A DHexagon.cpp31 RelType getDynRel(RelType type) const override;
384 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
H A DPPC.cpp32 RelType getDynRel(RelType type) const override;
273 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
H A DX86.cpp30 RelType getDynRel(RelType type) const override;
190 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
H A DARM.cpp29 RelType getDynRel(RelType type) const override;
179 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
H A DMips.cpp31 RelType getDynRel(RelType type) const override;
200 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
H A DAArch64.cpp35 RelType getDynRel(RelType type) const override;
189 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
H A DX86_64.cpp31 RelType getDynRel(RelType type) const override;
423 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
H A DRISCV.cpp36 RelType getDynRel(RelType type) const override;
232 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
H A DPPC64.cpp366 RelType getDynRel(RelType type) const override;
1058 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h32 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
H A DRelocations.cpp1050 RelType rel = target.getDynRel(type); in processAux()