Lines Matching refs:pc_module_sp
155 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame() local
156 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
271 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
386 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame() local
387 if ((!m_current_pc.IsValid() || !pc_module_sp) && in InitializeNonZerothFrame()
741 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFastUnwindPlanForFrame() local
743 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFastUnwindPlanForFrame()
744 pc_module_sp->GetObjectFile() == nullptr) in GetFastUnwindPlanForFrame()
751 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
835 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFullUnwindPlanForFrame() local
836 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFullUnwindPlanForFrame()
837 pc_module_sp->GetObjectFile() == nullptr) { in GetFullUnwindPlanForFrame()
845 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFullUnwindPlanForFrame()
857 if (!pc_module_sp || !pc_module_sp->GetObjectFile() || in GetFullUnwindPlanForFrame()
864 pc_module_sp->GetUnwindTable().GetEHFrameInfo(); in GetFullUnwindPlanForFrame()
874 pc_module_sp->GetUnwindTable().GetArmUnwindInfo(); in GetFullUnwindPlanForFrame()
885 pc_module_sp->GetUnwindTable().GetObjectFileUnwindInfo(); in GetFullUnwindPlanForFrame()