Searched refs:NoZerosInBSS (Results 1 – 4 of 4) sorted by relevance
98 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()159 unsigned NoZerosInBSS : 1; variable266 ARE_EQUAL(NoZerosInBSS) &&
53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument69 if (NoZerosInBSS) in isSuitableForBSS()146 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) in getKindForGlobal()156 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) { in getKindForGlobal()
284 Options.NoZerosInBSS = DontPlaceZerosInBSS; in InitTargetOptionsFromCodeGenFlags()
548 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()