Lines Matching refs:GraphC
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),
506 static CommandRegistration Unused(&GraphC, []() -> Error { in __anona1e4ec780302()