Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:outFile

777       std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
778 outFile << *Error << '\n';
779 outFile.close();