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

/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp50 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { argument
66 if (NoZerosInBSS)
131 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS))
141 if (isSuitableForBSS(GVar, TM.Options.NoZerosInBSS)) {

Completed in 50 milliseconds