Home
last modified time | relevance | path

Searched refs:SetRegisterLocationToSame (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp613 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
643 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h359 bool SetRegisterLocationToSame(uint32_t reg_num, bool must_replace);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp447 row->SetRegisterLocationToSame(gpr_lr_arm64, /*must_replace=*/false); in CreateFunctionEntryUnwind()
448 row->SetRegisterLocationToSame(gpr_fp_arm64, /*must_replace=*/false); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp343 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num, in SetRegisterLocationToSame() function in UnwindPlan::Row