Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.cpp25 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
28 cl::Required, cl::sub(GraphC));
32 cl::sub(GraphC), cl::init(false));
35 cl::sub(GraphC));
39 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
41 cl::desc("Alias for -output"), cl::sub(GraphC));
47 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
51 cl::sub(GraphC));
56 cl::sub(GraphC), cl::init(false));
60 cl::sub(GraphC));
[all …]