Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDSystemZ.cpp27 int getTlsGdRelaxSkip(RelType type) const override;
282 int SystemZ::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in SystemZ
HDPPC.cpp53 int getTlsGdRelaxSkip(RelType type) const override;
394 int PPC::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC
HDX86.cpp26 int getTlsGdRelaxSkip(RelType type) const override;
67 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86
HDX86_64.cpp30 int getTlsGdRelaxSkip(RelType type) const override;
94 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86_64
HDPPC64.cpp172 int getTlsGdRelaxSkip(RelType type) const override;
619 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDTarget.h41 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } in getTlsGdRelaxSkip() function
HDRelocations.cpp1366 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()
1415 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()