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

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp124 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
131 std::string &OutputFilename, bool DeleteOutput,
242 if (DeleteOutput || result != 0)
129 runPasses(Module *Program, const std::vector<std::string> &Passes, std::string &OutputFilename, bool DeleteOutput, bool Quiet, unsigned NumExtraArgs, const char * const *ExtraArgs) const argument
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DOptimizerDriver.cpp102 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
109 std::string &OutputFilename, bool DeleteOutput,
211 if (DeleteOutput || result != 0)
107 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 336 milliseconds