Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp137 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer() function
208 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
217 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
228 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
241 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
288 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()
322 return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg); in DisplayGraph()
336 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()