Searched refs:CovStream (Results 1 – 1 of 1) sorted by relevance
575 std::unique_ptr<raw_ostream> CovStream = openCoveragePath(CoveragePath); in print() local576 raw_ostream &CovOS = *CovStream; in print()