Lines Matching refs:pc_module_sp
157 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame() local
158 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
273 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
388 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame() local
389 if ((!m_current_pc.IsValid() || !pc_module_sp) && in InitializeNonZerothFrame()
740 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFastUnwindPlanForFrame() local
742 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFastUnwindPlanForFrame()
743 pc_module_sp->GetObjectFile() == nullptr) in GetFastUnwindPlanForFrame()
750 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
834 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFullUnwindPlanForFrame() local
835 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFullUnwindPlanForFrame()
836 pc_module_sp->GetObjectFile() == nullptr) { in GetFullUnwindPlanForFrame()
844 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFullUnwindPlanForFrame()
856 if (!pc_module_sp || !pc_module_sp->GetObjectFile() || in GetFullUnwindPlanForFrame()
863 pc_module_sp->GetUnwindTable().GetEHFrameInfo(); in GetFullUnwindPlanForFrame()
873 pc_module_sp->GetUnwindTable().GetArmUnwindInfo(); in GetFullUnwindPlanForFrame()
884 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()