Searched refs:isThreadBSS (Results 1 – 3 of 3) sorted by relevance
152 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
470 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()622 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()983 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
589 if (GVKind.isThreadBSS()) { in EmitGlobalVariable()