Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp91 std::string PrefixOutput; in doTest() local
96 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput)) in doTest()
101 BD.Program = parseInputFile(PrefixOutput, BD.getContext()); in doTest()
104 << PrefixOutput << "'!\n"; in doTest()
107 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()