Home
last modified time | relevance | path

Searched refs:PrefixOutput (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp103 std::string PrefixOutput; in doTest() local
108 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput)) in doTest()
113 BD.Program = parseInputFile(PrefixOutput, BD.getContext()); in doTest()
116 << PrefixOutput << "'!\n"; in doTest()
119 sys::fs::remove(PrefixOutput); in doTest()
H A DMiscompilation.cpp137 std::unique_ptr<Module> PrefixOutput = in doTest() local
139 if (!PrefixOutput) { in doTest()
155 BD.swapProgramIn(std::move(PrefixOutput)); in doTest()