Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp49 static cl::opt<std::string> CallGraphDotFilenamePrefix( variable
224 if (!CallGraphDotFilenamePrefix.empty()) in doCallGraphDOTPrinting()
225 Filename = (CallGraphDotFilenamePrefix + ".callgraph.dot"); in doCallGraphDOTPrinting()