Searched refs:GraphC (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-graph.cpp | 24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable 27 cl::Required, cl::sub(GraphC)); 31 cl::sub(GraphC), cl::init(false)); 37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC)); 45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC), 53 cl::sub(GraphC), cl::init(false)); 61 cl::value_desc("field"), cl::sub(GraphC), 85 cl::value_desc("field"), cl::sub(GraphC), 109 cl::value_desc("field"), cl::sub(GraphC), 133 cl::value_desc("field"), cl::sub(GraphC), [all …]
|