Searched refs:NoZerosInBSS (Results 1 – 6 of 6) 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()
48 UseSoftFloat(false), NoZerosInBSS(false), JITExceptionHandling(false), in TargetOptions()124 unsigned NoZerosInBSS : 1; variable
272 Options.NoZerosInBSS = DontPlaceZerosInBSS; in compileModule()
451 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()
502 Options.NoZerosInBSS = DontPlaceZerosInBSS; in GetTargetOptions()
251 Options.NoZerosInBSS = DontPlaceZerosInBSS; in getTargetOptions()