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