Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DUnwindPlan.cpp282 UnwindPlan::Row::SetRegisterLocationToSame (uint32_t reg_num, bool must_replace) in SetRegisterLocationToSame() argument
284 if (must_replace && m_register_locations.find(reg_num) == m_register_locations.end()) in SetRegisterLocationToSame()
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp587 const bool must_replace = true; in WriteRegister() local
637 m_curr_row->SetRegisterLocationToSame (reg_num, must_replace); in WriteRegister()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h310 bool must_replace);