Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:SaveTemps

29   SaveTemps("save-temps", cl::init(false), cl::desc("Save temporary files"));
538 FileRemover OutFileRemover(OutputAsmFile, !SaveTemps);
798 FileRemover OutputBinaryRemover(OutputBinary.str(), !SaveTemps);