Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DAMDGPU.cpp32 RelType getDynRel(RelType type) const override;
105 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
DHexagon.cpp32 RelType getDynRel(RelType type) const override;
382 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
DX86.cpp31 RelType getDynRel(RelType type) const override;
189 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
DPPC.cpp29 RelType getDynRel(RelType type) const override;
270 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
DRISCV.cpp32 RelType getDynRel(RelType type) const override;
184 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
DAArch64.cpp36 RelType getDynRel(RelType type) const override;
188 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
DARM.cpp31 RelType getDynRel(RelType type) const override;
165 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
DMips.cpp32 RelType getDynRel(RelType type) const override;
202 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
DX86_64.cpp32 RelType getDynRel(RelType type) const override;
408 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
DPPC64.cpp371 RelType getDynRel(RelType type) const override;
1055 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
/external/llvm-project/lld/ELF/
DTarget.h31 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
DRelocations.cpp1156 RelType rel = target->getDynRel(type); in processRelocAux()