reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/GraphWriter.h
  369   std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1611           WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 3131     return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false,
 3147     return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine",