Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAArch64.cpp37 RelType getDynRel(RelType Type) const override;
150 RelType AArch64::getDynRel(RelType Type) const { in getDynRel() function in AArch64
H A DX86.cpp31 RelType getDynRel(RelType Type) const override;
182 RelType X86::getDynRel(RelType Type) const { in getDynRel() function in X86
H A DARM.cpp32 RelType getDynRel(RelType Type) const override;
148 RelType ARM::getDynRel(RelType Type) const { in getDynRel() function in ARM
H A DX86_64.cpp31 RelType getDynRel(RelType Type) const override;
169 template <class ELFT> RelType X86_64<ELFT>::getDynRel(RelType Type) const { in getDynRel() function in X86_64
H A DMips.cpp35 RelType getDynRel(RelType Type) const override;
183 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType Type) const { in getDynRel() function in MIPS
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h30 virtual RelType getDynRel(RelType Type) const { return Type; } in getDynRel() function
H A DRelocations.cpp863 } else if (RelType Rel = Target->getDynRel(Type)) { in processRelocAux()