Searched refs:DumpExplodedGraphTo (Results 1 – 3 of 3) sorted by relevance
184 std::string DumpExplodedGraphTo; variable
744 if (!Mgr->options.DumpExplodedGraphTo.empty()) in RunPathSensitiveChecks()745 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
300 Opts.DumpExplodedGraphTo = Args.getLastArgValue(OPT_analyzer_dump_egraph); in ParseAnalyzerArgs()