Searched defs:OrigProgram (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp66 Module *OrigProgram = nullptr; local
73 OrigProgram = BD.Program;
88 delete OrigProgram; // The suffix crashes alone...
93 if (OrigProgram) {
95 BD.Program = OrigProgram;

Completed in 91 milliseconds