Lines Matching refs:Account
29 static cl::SubCommand Account("account", "Function call accounting"); variable
32 cl::Required, cl::sub(Account));
35 cl::sub(Account), cl::init(false));
40 cl::sub(Account), cl::init(false));
44 cl::sub(Account), cl::init(false));
51 cl::sub(Account));
61 cl::sub(Account));
79 cl::sub(Account), cl::init(SortField::FUNCID),
100 cl::sub(Account));
105 cl::value_desc("N"), cl::sub(Account),
115 cl::sub(Account), cl::init(""));
448 static CommandRegistration Unused(&Account, []() -> Error { in __anonb3acd0130f02()