Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp615 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
645 m_curr_row->SetRegisterLocationToSame(reg_num, in WriteRegister()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h359 bool SetRegisterLocationToSame(uint32_t reg_num, bool must_replace);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp343 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num, in SetRegisterLocationToSame() function in UnwindPlan::Row