Searched defs:getTlsGdRelaxSkip (Results 1 – 6 of 6) sorted by relevance
282 int SystemZ::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in SystemZ
394 int PPC::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC
67 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86
94 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in X86_64
619 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() function in PPC64
41 virtual int getTlsGdRelaxSkip(RelType type) const { return 1; } in getTlsGdRelaxSkip() function