Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp50 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument
66 if (NoZerosInBSS) in isSuitableForBSS()
131 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) in getKindForGlobal()
141 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) { in getKindForGlobal()
/external/llvm/include/llvm/Target/
DTargetOptions.h48 UseSoftFloat(false), NoZerosInBSS(false), JITExceptionHandling(false), in TargetOptions()
124 unsigned NoZerosInBSS : 1; variable
/external/llvm/tools/llc/
Dllc.cpp272 Options.NoZerosInBSS = DontPlaceZerosInBSS; in compileModule()
/external/clang/lib/CodeGen/
DBackendUtil.cpp451 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()
/external/llvm/tools/opt/
Dopt.cpp502 Options.NoZerosInBSS = DontPlaceZerosInBSS; in GetTargetOptions()
/external/llvm/tools/lto/
DLTOModule.cpp251 Options.NoZerosInBSS = DontPlaceZerosInBSS; in getTargetOptions()