Searched defs:getTlsGdRelaxSkip (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | SystemZ.cpp | 282 int SystemZ::getTlsGdRelaxSkip(RelType type) const { getTlsGdRelaxSkip() function in SystemZ |
H A D | PPC.cpp | 394 int PPC::getTlsGdRelaxSkip(RelType type) const { getTlsGdRelaxSkip() function in PPC |
H A D | X86.cpp | 67 int X86::getTlsGdRelaxSkip(RelType type) const { getTlsGdRelaxSkip() function in X86 |
H A D | X86_64.cpp | 94 int X86_64::getTlsGdRelaxSkip(RelType type) const { getTlsGdRelaxSkip() function in X86_64 |
H A D | PPC64.cpp | 619 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64 |
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 41 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } getTlsGdRelaxSkip() function |