reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  391       : m_plan_valid_address_range(rhs.m_plan_valid_address_range),
  392         m_register_kind(rhs.m_register_kind),
  393         m_return_addr_register(rhs.m_return_addr_register),
  394         m_source_name(rhs.m_source_name),
  395         m_plan_is_sourced_from_compiler(rhs.m_plan_is_sourced_from_compiler),
  397             rhs.m_plan_is_valid_at_all_instruction_locations),
  398         m_lsda_address(rhs.m_lsda_address),
  399         m_personality_func_addr(rhs.m_personality_func_addr) {
  400     m_row_list.reserve(rhs.m_row_list.size());
  401     for (const RowSP &row_sp : rhs.m_row_list)