Searched refs:isThreadData (Results 1 – 4 of 4) sorted by relevance
46 if (getKind().isThreadData()) { in printSwitchToSection()
162 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
639 if (Kind.isThreadData()) in getSectionPrefixForGlobal()1333 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
807 } else if (GVKind.isThreadData()) { in emitGlobalVariable()