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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp71 static bool isSuitableForBSS(const GlobalVariable *GV) { function
162 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS)
173 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS) {

Completed in 98 milliseconds