Searched refs:arg_reg_num (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp165 uint32_t arg_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber( local
167 if (arg_reg_num != LLDB_INVALID_REGNUM) {
168 reg_info = reg_ctx->GetRegisterInfoAtIndex(arg_reg_num);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1472 uint32_t arg_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber( local
1474 if (arg_reg_num != LLDB_INVALID_REGNUM) {
1475 arg_reg_info = reg_ctx->GetRegisterInfoAtIndex(arg_reg_num);

Completed in 128 milliseconds