Searched refs:NoZerosInBSS (Results 1 – 6 of 6) sorted by relevance
48 UseSoftFloat(false), NoZerosInBSS(false), in TargetOptions()118 unsigned NoZerosInBSS : 1; variable206 ARE_EQUAL(NoZerosInBSS) &&
50 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument66 if (NoZerosInBSS) in isSuitableForBSS()141 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) in getKindForGlobal()151 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) { in getKindForGlobal()
134 Options.NoZerosInBSS = options.NoZerosInBSS; in setTargetOptions()
274 Options.NoZerosInBSS = DontPlaceZerosInBSS; in compileModule()
478 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()
530 Options.NoZerosInBSS = DontPlaceZerosInBSS; in GetTargetOptions()