Searched refs:NoZerosInBSS (Results 1 – 4 of 4) sorted by relevance
50 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument66 if (NoZerosInBSS) in isSuitableForBSS()131 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) in getKindForGlobal()141 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) { in getKindForGlobal()
40 UseSoftFloat(false), NoZerosInBSS(false), JITExceptionHandling(false), in TargetOptions()124 unsigned NoZerosInBSS : 1; variable
340 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in AddEmitPasses()
442 Options.NoZerosInBSS = DontPlaceZerosInBSS; in main()