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

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

Completed in 112 milliseconds