Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp26 int getTlsGdRelaxSkip(RelType type) const override;
280 int SystemZ::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in SystemZ
H A DPPC.cpp51 int getTlsGdRelaxSkip(RelType type) const override;
397 int PPC::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC
H A DX86.cpp25 int getTlsGdRelaxSkip(RelType type) const override;
72 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86
H A DX86_64.cpp30 int getTlsGdRelaxSkip(RelType type) const override;
101 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86_64
H A DPPC64.cpp170 int getTlsGdRelaxSkip(RelType type) const override;
617 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h42 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } in getTlsGdRelaxSkip() function
H A DRelocations.cpp1400 return ctx.target->getTlsGdRelaxSkip(type); in handleTlsRelocation()
1463 return ctx.target->getTlsGdRelaxSkip(type); in handleTlsRelocation()