Searched refs:DotGraph (Results 1 – 1 of 1) sorted by relevance
79 llvm::Expected<std::string> renderSVG(llvm::StringRef DotGraph);523 llvm::Expected<std::string> renderSVG(llvm::StringRef DotGraph) { in renderSVG() argument542 llvm::raw_fd_ostream(InputFD, /*shouldClose=*/true) << DotGraph; in renderSVG()