HomeSort by relevance Sort by last modified time
    Searched refs:PrefixOutput (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 65 sys::Path PrefixOutput;
74 PrefixOutput.set(PfxOutput);
77 BD.Program = ParseInputFile(PrefixOutput.str(), BD.getContext());
80 << PrefixOutput.str() << "'!\n";
83 PrefixOutput.eraseFromDisk();
Miscompilation.cpp 131 OwningPtr<Module> PrefixOutput(ParseInputFile(BitcodeResult,
133 if (PrefixOutput == 0) {
148 OwningPtr<Module> OriginalInput(BD.swapProgramIn(PrefixOutput.take()));
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 79 std::string PrefixOutput;
84 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput))
89 BD.Program = parseInputFile(PrefixOutput, BD.getContext()).release();
92 << PrefixOutput << "'!\n";
95 sys::fs::remove(PrefixOutput);
    [all...]
Miscompilation.cpp 132 std::unique_ptr<Module> PrefixOutput =
134 if (!PrefixOutput) {
150 BD.swapProgramIn(PrefixOutput.release()));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 87 std::string PrefixOutput;
92 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput))
97 BD.Program = parseInputFile(PrefixOutput, BD.getContext());
100 << PrefixOutput << "'!\n";
103 sys::fs::remove(PrefixOutput);
    [all...]
Miscompilation.cpp 138 std::unique_ptr<Module> PrefixOutput =
140 if (!PrefixOutput) {
156 BD.swapProgramIn(std::move(PrefixOutput));
    [all...]

Completed in 358 milliseconds