Lines Matching refs:pc_module_sp
156 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame() local
157 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
272 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
400 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame() local
401 if ((!m_current_pc.IsValid() || !pc_module_sp) && in InitializeNonZerothFrame()
755 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFastUnwindPlanForFrame() local
757 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFastUnwindPlanForFrame()
758 pc_module_sp->GetObjectFile() == nullptr) in GetFastUnwindPlanForFrame()
765 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
849 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFullUnwindPlanForFrame() local
850 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFullUnwindPlanForFrame()
851 pc_module_sp->GetObjectFile() == nullptr) { in GetFullUnwindPlanForFrame()
859 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFullUnwindPlanForFrame()
871 if (!pc_module_sp || !pc_module_sp->GetObjectFile() || in GetFullUnwindPlanForFrame()
878 pc_module_sp->GetUnwindTable().GetEHFrameInfo(); in GetFullUnwindPlanForFrame()
888 pc_module_sp->GetUnwindTable().GetArmUnwindInfo(); in GetFullUnwindPlanForFrame()
899 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()