Home | History | Annotate | Download | only in Reader

Lines Matching refs:stripDebugInfo

225   bool StripDebugInfo = false;
3064 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; }
5250 if (StripDebugInfo)
5251 stripDebugInfo(*F);