Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp600 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
611 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h350 bool SetRegisterLocationToSame(uint32_t reg_num, bool must_replace);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp307 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num, in SetRegisterLocationToSame() function in UnwindPlan::Row