Searched refs:isThreadData (Results 1 – 4 of 4) sorted by relevance
44 if (getKind().isThreadData()) { in PrintSwitchToSection()
156 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
594 if (Kind.isThreadData()) in getSectionPrefixForGlobal()1255 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
638 } else if (GVKind.isThreadData()) { in emitGlobalVariable()