HomeSort by: relevance | last modified time | path
    Searched refs:WriteGraph (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
InheritViz.cpp 43 void WriteGraph(QualType Type) {
152 Writer.WriteGraph(Self);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GraphWriter.h 114 void writeGraph(const std::string &Title = "") {
307 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
314 W.writeGraph(Title.str());
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);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EdgeBundles.cpp 73 /// Specialize WriteGraph, the standard implementation won't work.
75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 105 WriteGraph(File, Graph, IsSimple, Title);
167 WriteGraph(File, Graph, IsSimple, Title);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DDGPrinter.cpp 50 WriteGraph(File, (const DataDependenceGraph *)&G, DOnly);
CallPrinter.cpp 283 WriteGraph(File, &CFGInfo);
CFGPrinter.cpp 74 WriteGraph(File, &CFGInfo, CFGOnly);
MemorySSA.cpp 2317 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA);
2349 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionLoadHardening.cpp 248 WriteGraph(OS, G, /*ShortNames*/ false,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 3251 return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false,
3270 return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine",
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 2420 llvm::WriteGraph(File, this);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1912 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());

Completed in 69 milliseconds