Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDAMDGPU.cpp32 RelType getDynRel(RelType type) const override;
105 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in lld::elf::AMDGPU
HDHexagon.cpp33 RelType getDynRel(RelType type) const override;
357 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in lld::elf::Hexagon
HDX86.cpp32 RelType getDynRel(RelType type) const override;
187 RelType X86::getDynRel(RelType type) const { in getDynRel() function in lld::elf::X86
HDRISCV.cpp33 RelType getDynRel(RelType type) const override;
183 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in lld::elf::RISCV
HDARM.cpp32 RelType getDynRel(RelType type) const override;
149 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in lld::elf::ARM
HDPPC.cpp30 RelType getDynRel(RelType type) const override;
267 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in lld::elf::PPC
HDAArch64.cpp37 RelType getDynRel(RelType type) const override;
186 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in lld::elf::AArch64
HDX86_64.cpp32 RelType getDynRel(RelType type) const override;
173 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in lld::elf::X86_64
HDMips.cpp32 RelType getDynRel(RelType type) const override;
201 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in lld::elf::MIPS
HDPPC64.cpp202 RelType getDynRel(RelType type) const override;
643 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in lld::elf::PPC64
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDTarget.h31 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
HDRelocations.cpp1117 RelType rel = target->getDynRel(type); in processRelocAux()