Lines Matching refs:addr_arg
960 CommandArgumentData addr_arg; in CommandObjectMemoryFind() local
964 addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryFind()
965 addr_arg.arg_repetition = eArgRepeatPlain; in CommandObjectMemoryFind()
969 arg1.push_back(addr_arg); in CommandObjectMemoryFind()
1246 CommandArgumentData addr_arg; in CommandObjectMemoryWrite() local
1250 addr_arg.arg_type = eArgTypeAddress; in CommandObjectMemoryWrite()
1251 addr_arg.arg_repetition = eArgRepeatPlain; in CommandObjectMemoryWrite()
1255 arg1.push_back(addr_arg); in CommandObjectMemoryWrite()
1579 CommandArgumentData addr_arg; in CommandObjectMemoryHistory() local
1582 addr_arg.arg_type = eArgTypeAddress; in CommandObjectMemoryHistory()
1583 addr_arg.arg_repetition = eArgRepeatPlain; in CommandObjectMemoryHistory()
1587 arg1.push_back(addr_arg); in CommandObjectMemoryHistory()