Lines Matching full:can_replace
217 UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace)
219 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end())
228 UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace)
230 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end())
239 UnwindPlan::Row::SetRegisterLocationToUndefined (uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified)
246 if (!can_replace)
258 UnwindPlan::Row::SetRegisterLocationToUnspecified (uint32_t reg_num, bool can_replace)
260 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end())
271 bool can_replace)
273 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end())