Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp158 DisplayGraph(Filename); in viewInheritance()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h60 bool DisplayGraph(StringRef Filename, bool wait = true,
435 DisplayGraph(Filename, false, Program);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp190 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1995 DotCfgDiffDisplayGraph &DisplayGraph, unsigned DisplayNodeIndex, in createDisplayEdges() argument
1998 DisplayNode &SourceDisplayNode = DisplayGraph.getNode(DisplayNodeIndex); in createDisplayEdges()
2006 DisplayNode &SinkDisplayNode = DisplayGraph.getNode(SinkNode->getIndex()); in createDisplayEdges()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3904 llvm::DisplayGraph(Filename, false, llvm::GraphProgram::DOT); in ViewGraph()
3909 llvm::DisplayGraph(Filename, false, llvm::GraphProgram::DOT); in ViewGraph()