Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:SaveTemps

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