Searched refs:isThreadBSS (Results 1 – 3 of 3) sorted by relevance
147 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
162 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()234 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()569 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
487 if (GVKind.isThreadBSS()) { in EmitGlobalVariable()