Searched refs:m_current_pc (Results 1 – 2 of 2) sorted by relevance
102 Address pc_minus_one(m_current_pc); in IsUnwindPlanValidForCurrentPC()156 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame()157 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()200 m_start_pc = m_current_pc; in InitializeZerothFrame()273 m_current_pc, m_sym_ctx); in InitializeZerothFrame()400 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame()581 m_start_pc = m_current_pc; in InitializeNonZerothFrame()757 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFastUnwindPlanForFrame()766 m_current_pc, m_sym_ctx)); in GetFastUnwindPlanForFrame()860 m_current_pc, m_sym_ctx); in GetFullUnwindPlanForFrame()[all …]
229 lldb_private::Address m_current_pc; variable