Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp616 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
647 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h359 bool SetRegisterLocationToSame(uint32_t reg_num, bool must_replace);
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp343 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num, in SetRegisterLocationToSame() function in UnwindPlan::Row