Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGraphWriter.h359 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
378 std::string WriteGraph(const GraphType &G, const Twine &Name,
406 llvm::WriteGraph(O, G, ShortNames, Title);
419 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str());
430 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DInheritViz.cpp43 void WriteGraph(QualType Type) { in WriteGraph() function in __anon9321fad40111::InheritanceHierarchyWriter
152 Writer.WriteGraph(Self); in viewInheritance()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h98 WriteGraph(File, Graph, IsSimple, in printGraphForFunction()
284 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
314 WriteGraph(File, Graph, IsSimple, Title); in WriteDOTGraphToFile()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCFGPrinter.cpp51 WriteGraph(File, &MCFGInfo, CFGOnly); in writeMCFGToDotFile()
H A DEdgeBundles.cpp75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDDGPrinter.cpp50 WriteGraph(File, (const DataDependenceGraph *)&G, DOnly); in writeDDGToDotFile()
H A DCallPrinter.cpp237 WriteGraph(File, &CFGInfo); in doCallGraphDOTPrinting()
H A DCFGPrinter.cpp78 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()
H A DMemorySSA.cpp2323 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA); in runOnFunction()
2356 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA); in run()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp248 WriteGraph(OS, G, /*ShortNames*/ false, in writeGadgetGraph()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3913 return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false, in DumpGraph()
3927 return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine", in DumpGraph()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1840 WriteGraph(OutStream, this, false); in generateDotFile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2197 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3631 llvm::WriteGraph(File, this); in dumpGraph()
H A DAttributorAttributes.cpp11380 void AttributorCallGraph::print() { llvm::WriteGraph(outs(), this); } in print()