Home
last modified time | relevance | path

Searched refs:rax_value (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp654 RegisterValue rax_value; in GetReturnValueObjectImpl() local
655 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()
657 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp662 RegisterValue rax_value, rdx_value, xmm0_value, xmm1_value; in GetReturnValueObjectImpl() local
663 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()
670 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()