Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h310 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
329 std::string WriteGraph(const GraphType &G, const Twine &Name,
357 llvm::WriteGraph(O, G, ShortNames, Title);
370 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp44 void WriteGraph(QualType Type) { in WriteGraph() function in __anonb835cb0c0111::InheritanceHierarchyWriter
153 Writer.WriteGraph(Self); in viewInheritance()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEdgeBundles.cpp75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFGPrinter.cpp106 WriteGraph(File, (const Function*)&F, CFGOnly); in writeCFGToDotFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3086 return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false, in DumpGraph()
3102 return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine", in DumpGraph()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1520 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()