Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp625 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
636 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h359 bool SetRegisterLocationToSame(uint32_t reg_num, bool must_replace);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp342 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num, in SetRegisterLocationToSame() function in UnwindPlan::Row