Searched refs:isThreadBSS (Results 1 – 4 of 4) sorted by relevance
139 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()194 if (Kind.isThreadBSS()) return ".tbss."; in getSectionPrefixForGlobal()281 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()395 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
391 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS. in EmitGlobal()
169 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
368 if (GVKind.isThreadBSS()) in EmitGlobalVariable()