Home
last modified time | relevance | path

Searched refs:NoZerosInBSS (Results 1 – 4 of 4) 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.h40 UseSoftFloat(false), NoZerosInBSS(false), JITExceptionHandling(false), in TargetOptions()
124 unsigned NoZerosInBSS : 1; variable
/external/clang/lib/CodeGen/
DBackendUtil.cpp340 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in AddEmitPasses()
/external/llvm/tools/llc/
Dllc.cpp442 Options.NoZerosInBSS = DontPlaceZerosInBSS; in main()