Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DGraphWriter.cpp249 ViewerKind Viewer = VK_None; in DisplayGraph() local
251 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()
252 Viewer = VK_OSXOpen; in DisplayGraph()
254 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()
255 Viewer = VK_Ghostview; in DisplayGraph()
257 Viewer = VK_XDGOpen; in DisplayGraph()
259 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph()
260 Viewer = VK_CmdStart; in DisplayGraph()
266 if (Viewer && in DisplayGraph()
274 if (Viewer == VK_CmdStart) in DisplayGraph()
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DXRayExample.rst260 Chrome Trace Viewer Visualization
263 We can also generate a trace which can be loaded by the Chrome Trace Viewer
H A DXRay.rst293 formats, as well as `Chrome Trace Viewer (catapult)