Lines Matching refs:Account
31 static cl::SubCommand Account("account", "Function call accounting"); variable
34 cl::Required, cl::sub(Account));
37 cl::sub(Account), cl::init(false));
42 cl::sub(Account), cl::init(false));
46 cl::sub(Account), cl::init(false));
53 cl::sub(Account));
63 cl::sub(Account));
81 cl::sub(Account), cl::init(SortField::FUNCID),
102 cl::sub(Account));
107 cl::value_desc("N"), cl::sub(Account),
117 cl::sub(Account), cl::init(""));
450 static CommandRegistration Unused(&Account, []() -> Error { in __anon895715230f02()