Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp251 ViewerKind Viewer = VK_None; in DisplayGraph() local
253 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()
254 Viewer = VK_OSXOpen; in DisplayGraph()
256 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()
257 Viewer = VK_Ghostview; in DisplayGraph()
258 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph()
259 Viewer = VK_XDGOpen; in DisplayGraph()
261 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph()
262 Viewer = VK_CmdStart; in DisplayGraph()
268 if (Viewer && in DisplayGraph()
[all …]
/llvm-project/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.rst319 formats, as well as `Chrome Trace Viewer (catapult)