Home
last modified time | relevance | path

Searched refs:NoZerosInBSS (Results 1 – 10 of 10) 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-7.0/llvm/include/llvm/Target/
DTargetOptions.h105 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
168 unsigned NoZerosInBSS : 1; variable
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h113 extern bool NoZerosInBSS;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp39 bool NoZerosInBSS; variable
119 cl::location(NoZerosInBSS),
DTargetLoweringObjectFile.cpp67 if (NoZerosInBSS) in isSuitableForBSS()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp154 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS) in getKindForGlobal()
165 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS) { in getKindForGlobal()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h299 Options.NoZerosInBSS = DontPlaceZerosInBSS; in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc283 Options.NoZerosInBSS = DontPlaceZerosInBSS;
/external/clang/lib/CodeGen/
DBackendUtil.cpp621 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()