Lines Matching refs:arguments

596       result.AppendError("please provide 0 or 1 arguments");
698 result.AppendError("this command requires arguments");
1324 // Make some types for our arguments
1330 ValueList arguments;
1361 arguments.PushValue(value);
1362 arguments.PushValue(value);
1366 arguments.PushValue(value);
1367 arguments.PushValue(value);
1370 clang_uint32_t_type, arguments, thread_sp, error);
1388 arguments = get_class_info_function->GetArgumentValues();
1409 arguments.GetValueAtIndex(0)->GetScalar() = hash_table.GetTableLoadAddress();
1410 arguments.GetValueAtIndex(1)->GetScalar() = class_infos_addr;
1411 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_byte_size;
1418 arguments.GetValueAtIndex(3)->GetScalar() = dump_log ? 1 : 0;
1424 // Write our function arguments into the process so we can run our function
1426 exe_ctx, m_get_class_info_args, arguments, diagnostics)) {
1473 LLDB_LOGF(log, "Error writing function arguments.");
1588 // Make some types for our arguments
1594 ValueList arguments;
1665 arguments.PushValue(value);
1666 arguments.PushValue(value);
1671 arguments.PushValue(value);
1672 arguments.PushValue(value);
1676 clang_uint32_t_type, arguments, thread_sp, error);
1686 arguments = get_shared_cache_class_info_function->GetArgumentValues();
1707 arguments.GetValueAtIndex(0)->GetScalar() = objc_opt_ptr;
1708 arguments.GetValueAtIndex(1)->GetScalar() = class_infos_addr;
1709 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_byte_size;
1715 arguments.GetValueAtIndex(3)->GetScalar() = dump_log ? 1 : 0;
1721 // Write our function arguments into the process so we can run our function
1723 exe_ctx, m_get_shared_cache_class_info_args, arguments,
1785 LLDB_LOGF(log, "Error writing function arguments.");