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

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp119 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
126 std::string &OutputFilename, bool DeleteOutput,
224 if (DeleteOutput || result != 0)
124 runPasses(Module *Program, const std::vector<std::string> &Passes, std::string &OutputFilename, bool DeleteOutput, bool Quiet, unsigned NumExtraArgs, const char * const *ExtraArgs) const argument

Completed in 68 milliseconds