Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp751 RegisterValue v0_value; in GetReturnValueObjectImpl() local
752 if (reg_ctx->ReadRegister(v0_reg_info, v0_value)) { in GetReturnValueObjectImpl()
754 if (v0_value.GetData(data)) { in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp723 RegisterValue v0_value; in GetReturnValueObjectImpl() local
724 if (reg_ctx->ReadRegister(v0_reg_info, v0_value)) { in GetReturnValueObjectImpl()
726 if (v0_value.GetData(data)) { in GetReturnValueObjectImpl()