Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DAMDGPU.cpp36 RelType getDynRel(RelType type) const override;
180 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
DHexagon.cpp31 RelType getDynRel(RelType type) const override;
383 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
DPPC.cpp32 RelType getDynRel(RelType type) const override;
272 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
DX86.cpp31 RelType getDynRel(RelType type) const override;
181 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
DMips.cpp31 RelType getDynRel(RelType type) const override;
200 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
DARM.cpp29 RelType getDynRel(RelType type) const override;
179 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
DAArch64.cpp36 RelType getDynRel(RelType type) const override;
201 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
DX86_64.cpp31 RelType getDynRel(RelType type) const override;
410 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
DRISCV.cpp41 RelType getDynRel(RelType type) const override;
243 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
DPPC64.cpp160 RelType getDynRel(RelType type) const override;
1063 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h33 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function
DRelocations.cpp1112 RelType rel = target->getDynRel(type); in processAux()