Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:outFile

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