Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Target/
HDTargetOptions.h48 UseSoftFloat(false), NoZerosInBSS(false), in TargetOptions()
118 unsigned NoZerosInBSS : 1; variable
206 ARE_EQUAL(NoZerosInBSS) &&
/trueos/contrib/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp50 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument
66 if (NoZerosInBSS) in isSuitableForBSS()
141 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) in getKindForGlobal()
151 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) { in getKindForGlobal()
/trueos/contrib/llvm/lib/LTO/
HDLTOCodeGenerator.cpp134 Options.NoZerosInBSS = options.NoZerosInBSS; in setTargetOptions()
/trueos/contrib/llvm/tools/llc/
HDllc.cpp274 Options.NoZerosInBSS = DontPlaceZerosInBSS; in compileModule()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDBackendUtil.cpp478 Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS; in CreateTargetMachine()
/trueos/contrib/llvm/tools/opt/
HDopt.cpp530 Options.NoZerosInBSS = DontPlaceZerosInBSS; in GetTargetOptions()