Home
last modified time | relevance | path

Searched refs:NoZerosInBSS (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetOptions.h98 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
159 unsigned NoZerosInBSS : 1; variable
266 ARE_EQUAL(NoZerosInBSS) &&
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument
69 if (NoZerosInBSS) in isSuitableForBSS()
146 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) in getKindForGlobal()
156 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) { in getKindForGlobal()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h284 Options.NoZerosInBSS = DontPlaceZerosInBSS; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp548 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()