Searched refs:isSuitableForBSS (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp70 static bool isSuitableForBSS(const GlobalVariable *GV) { function
157 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS)
168 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS) {

Completed in 103 milliseconds