Searched refs:CallGraphDotFilenamePrefix (Results 1 – 1 of 1) sorted by relevance
49 static cl::opt<std::string> CallGraphDotFilenamePrefix( variable224 if (!CallGraphDotFilenamePrefix.empty()) in doCallGraphDOTPrinting()225 Filename = (CallGraphDotFilenamePrefix + ".callgraph.dot"); in doCallGraphDOTPrinting()