Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h97 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
160 unsigned NoZerosInBSS : 1; variable
275 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h112 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
176 unsigned NoZerosInBSS : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp157 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS) in getKindForGlobal()
168 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS) { in getKindForGlobal()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h299 Options.NoZerosInBSS = DontPlaceZerosInBSS; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp621 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc303 Options.NoZerosInBSS = DontPlaceZerosInBSS;