Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGraphWriter.h307 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
326 std::string WriteGraph(const GraphType &G, const Twine &Name,
354 llvm::WriteGraph(O, G, ShortNames, Title);
367 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str());
378 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DInheritViz.cpp43 void WriteGraph(QualType Type) { in WriteGraph() function in __anona1941d880111::InheritanceHierarchyWriter
152 Writer.WriteGraph(Self); in viewInheritance()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h105 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
167 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEdgeBundles.cpp75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDGPrinter.cpp50 WriteGraph(File, (const DataDependenceGraph *)&G, DOnly); in writeDDGToDotFile()
H A DCallPrinter.cpp283 WriteGraph(File, &CFGInfo); in runOnModule()
H A DCFGPrinter.cpp74 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()
H A DMemorySSA.cpp2317 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA); in runOnFunction()
2349 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp248 WriteGraph(OS, G, /*ShortNames*/ false, in writeGadgetGraph()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3251 return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false, in DumpGraph()
3270 return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine", in DumpGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1912 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2420 llvm::WriteGraph(File, this); in dumpGraph()