Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h75 NoZerosInBSS(false), JITEmitDebugInfo(false), in TargetOptions()
148 unsigned NoZerosInBSS : 1; variable
280 ARE_EQUAL(NoZerosInBSS) &&
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp54 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument
70 if (NoZerosInBSS) in isSuitableForBSS()
147 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) in getKindForGlobal()
157 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) { in getKindForGlobal()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h282 Options.NoZerosInBSS = DontPlaceZerosInBSS; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp522 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()