Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DAMDGPU.cpp105 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
DHexagon.cpp382 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
DPPC.cpp270 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
DMips.cpp202 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
DRISCV.cpp184 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
DAArch64.cpp188 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
DARM.cpp165 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
DX86.cpp189 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
DX86_64.cpp408 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
DPPC64.cpp1055 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