Searched refs:DisplayGraph (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | InheritViz.cpp | 158 DisplayGraph(Filename); in viewInheritance()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 60 bool DisplayGraph(StringRef Filename, bool wait = true, 435 DisplayGraph(Filename, false, Program);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 192 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2087 DotCfgDiffDisplayGraph &DisplayGraph, unsigned DisplayNodeIndex, in createDisplayEdges() argument 2090 DisplayNode &SourceDisplayNode = DisplayGraph.getNode(DisplayNodeIndex); in createDisplayEdges() 2098 DisplayNode &SinkDisplayNode = DisplayGraph.getNode(SinkNode->getIndex()); in createDisplayEdges()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3916 llvm::DisplayGraph(Filename, false, llvm::GraphProgram::DOT); in ViewGraph() 3921 llvm::DisplayGraph(Filename, false, llvm::GraphProgram::DOT); in ViewGraph()
|