Lines Matching defs:arguments

925       result.AppendError("please provide 0 or 1 arguments");
1014 result.AppendError("this command requires arguments");
1772 // Make some types for our arguments.
1779 ValueList arguments;
1783 arguments.PushValue(value);
1784 arguments.PushValue(value);
1787 arguments.PushValue(value);
1792 arguments.PushValue(value);
1794 arguments.PushValue(value);
1797 arguments.PushValue(value);
1802 utility_fn->MakeFunctionCaller(clang_uint32_t_type, arguments,
1937 // Make some types for our arguments.
1947 ValueList arguments;
1951 arguments.PushValue(value);
1952 arguments.PushValue(value);
1953 arguments.PushValue(value);
1957 arguments.PushValue(value);
1961 arguments.PushValue(value);
1962 arguments.PushValue(value);
1967 utility_fn->MakeFunctionCaller(clang_uint32_t_type, arguments,
2050 ValueList arguments = get_class_info_function->GetArgumentValues();
2100 arguments.GetValueAtIndex(index++)->GetScalar() =
2102 arguments.GetValueAtIndex(index++)->GetScalar() = class_infos_addr;
2103 arguments.GetValueAtIndex(index++)->GetScalar() = class_infos_byte_size;
2106 arguments.GetValueAtIndex(index++)->GetScalar() = class_buffer_addr;
2107 arguments.GetValueAtIndex(index++)->GetScalar() = class_buffer_byte_size;
2115 arguments.GetValueAtIndex(index++)->GetScalar() = dump_log ? 1 : 0;
2121 // Write our function arguments into the process so we can run our function
2123 exe_ctx, GetClassInfoArgs(helper), arguments, diagnostics)) {
2171 LLDB_LOGF(log, "Error writing function arguments.");
2318 ValueList arguments =
2343 arguments.GetValueAtIndex(0)->GetScalar() = objc_opt_ptr;
2344 arguments.GetValueAtIndex(1)->GetScalar() = shared_cache_base_addr;
2345 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_addr;
2346 arguments.GetValueAtIndex(3)->GetScalar() = relative_selector_offset_addr;
2347 arguments.GetValueAtIndex(4)->GetScalar() = class_infos_byte_size;
2353 arguments.GetValueAtIndex(5)->GetScalar() = dump_log ? 1 : 0;
2359 // Write our function arguments into the process so we can run our function
2361 exe_ctx, m_args, arguments, diagnostics)) {
2446 LLDB_LOGF(log, "Error writing function arguments.");