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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp32 RelType getDynRel(RelType type) const override;
105 RelType AMDGPU::getDynRel(RelType type) const { function in class:AMDGPU
H A DHexagon.cpp32 RelType getDynRel(RelType type) const override;
382 RelType Hexagon::getDynRel(RelType type) const { function in class:Hexagon
H A DPPC.cpp29 RelType getDynRel(RelType type) const override;
271 RelType PPC::getDynRel(RelType type) const { function in class:PPC
H A DRISCV.cpp32 RelType getDynRel(RelType type) const override;
184 RelType RISCV::getDynRel(RelType type) const { function in class:RISCV
H A DAArch64.cpp36 RelType getDynRel(RelType type) const override;
190 RelType AArch64::getDynRel(RelType type) const { function in class:AArch64
H A DX86.cpp31 RelType getDynRel(RelType type) const override;
191 RelType X86::getDynRel(RelType type) const { function in class:X86
H A DARM.cpp31 RelType getDynRel(RelType type) const override;
165 RelType ARM::getDynRel(RelType type) const { function in class:ARM
H A DMips.cpp32 RelType getDynRel(RelType type) const override;
202 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { function in class:MIPS
H A DPPC64.cpp280 RelType getDynRel(RelType type) const override;
749 RelType PPC64::getDynRel(RelType type) const { function in class:PPC64
H A DX86_64.cpp32 RelType getDynRel(RelType type) const override;
408 RelType X86_64::getDynRel(RelType type) const { function in class:X86_64
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h31 virtual RelType getDynRel(RelType type) const { return 0; } function in class:lld::elf::TargetInfo
H A DRelocations.cpp1138 RelType rel = target->getDynRel(type);

Completed in 186 milliseconds