Searched defs:PrefixOutput (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp65 std::string PrefixOutput; local
70 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput))
75 BD.Program = ParseInputFile(PrefixOutput, BD.getContext());
78 << PrefixOutput << "'!\n";
81 sys::fs::remove(PrefixOutput);

Completed in 70 milliseconds