Home
last modified time | relevance | path

Searched defs:getDynRel (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp181 RelType AMDGPU::getDynRel(RelType type) const { getDynRel() function in AMDGPU
H A DHexagon.cpp384 RelType Hexagon::getDynRel(RelType type) const { getDynRel() function in Hexagon
H A DSystemZ.cpp270 RelType SystemZ::getDynRel(RelType type) const { in getDynRel() function in SystemZ
H A DMips.cpp200 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
H A DPPC.cpp272 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
H A DX86.cpp181 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
H A DLoongArch.cpp367 RelType LoongArch::getDynRel(RelType type) const { getDynRel() function in LoongArch
H A DAArch64.cpp206 RelType AArch64::getDynRel(RelType type) const { getDynRel() function in AArch64
H A DX86_64.cpp452 RelType X86_64::getDynRel(RelType type) const { getDynRel() function in X86_64
H A DARM.cpp200 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
H A DRISCV.cpp258 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
H A DPPC64.cpp1106 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DTarget.h35 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function