Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC.cpp49 int getTlsGdRelaxSkip(RelType type) const override;
370 int PPC::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC
DX86.cpp26 int getTlsGdRelaxSkip(RelType type) const override;
73 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86
DX86_64.cpp29 int getTlsGdRelaxSkip(RelType type) const override;
99 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; } in getTlsGdRelaxSkip() function in X86_64
DPPC64.cpp367 int getTlsGdRelaxSkip(RelType type) const override;
608 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64
/external/llvm-project/lld/ELF/
DTarget.h37 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } in getTlsGdRelaxSkip() function
DRelocations.cpp235 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()
314 return target->getTlsGdRelaxSkip(type); in handleTlsRelocation()