Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BSSSection

324   // Note: we claim that common symbols are put in BSSSection, but they are
327 if (Kind.isBSS() || Kind.isCommon()) return BSSSection;
897 // Note: we claim that common symbols are put in BSSSection, but they are
901 return BSSSection;