Home
last modified time | relevance | path

Searched refs:DeleteOutput (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp125 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
132 std::string &OutputFilename, bool DeleteOutput, in runPasses() argument
249 if (DeleteOutput || result != 0) in runPasses()
H A DBugDriver.h212 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
219 std::string &OutputFilename, bool DeleteOutput = false,
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp547 auto DeleteOutput = in renderSVG() local