Searched defs:NoZerosInBSS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { argument
69 if (NoZerosInBSS)
146 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS))
156 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) {

Completed in 86 milliseconds