Searched refs:arg_pos (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h33 OptionArgElement(int defs_index, int pos, int arg_pos) argument
34 : opt_defs_index(defs_index), opt_pos(pos), opt_arg_pos(arg_pos) {}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp241 addr_t arg_pos = 0; local
244 arg_pos = sp;
263 if (!process_sp->WritePointerToMemory(arg_pos, args[i], error))
265 arg_pos += 8;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp749 addr_t arg_pos = sp; local
754 reg_info_32, arg_pos, reg_info_32->byte_size, reg_value);
757 arg_pos += 4;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp628 addr_t arg_pos = sp + 16; local
634 i + 1, args[i], arg_pos);
637 ->WriteRegisterValueToMemory(reg_info, arg_pos,
641 arg_pos += reg_info->byte_size;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp239 addr_t arg_pos = sp; local
243 reg_info_32, arg_pos, reg_info_32->byte_size, reg_value);
246 arg_pos += 4;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1385 addr_t arg_pos = sp; local
1390 ->WriteRegisterValueToMemory(reg_info, arg_pos,
1394 arg_pos += reg_info->byte_size;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1381 addr_t arg_pos = sp; local
1386 ->WriteRegisterValueToMemory(reg_info, arg_pos,
1390 arg_pos += reg_info->byte_size;

Completed in 112 milliseconds