Home | History | Annotate | Download | only in bugpoint

Lines Matching full:outfile

809       std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
810 outFile << *Error << '\n';
811 outFile.close();