Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:SaveTemps

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