Searched refs:isThreadBSS (Results 1 – 10 of 10) 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()
389 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS. in EmitGlobal()
153 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
147 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
169 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
165 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()237 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()592 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
291 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()417 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()788 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
361 if (GVKind.isThreadBSS()) in EmitGlobalVariable()
488 if (GVKind.isThreadBSS()) { in EmitGlobalVariable()
570 if (GVKind.isThreadBSS()) { in EmitGlobalVariable()