Home
last modified time | relevance | path

Searched refs:pc_module_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp158 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame() local
159 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
268 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
397 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame() local
398 if ((!m_current_pc.IsValid() || !pc_module_sp) && in InitializeNonZerothFrame()
748 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFastUnwindPlanForFrame() local
750 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFastUnwindPlanForFrame()
751 pc_module_sp->GetObjectFile() == nullptr) in GetFastUnwindPlanForFrame()
758 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
835 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFullUnwindPlanForFrame() local
[all …]
H A DStackFrame.cpp136 ModuleSP pc_module_sp(pc_addr.GetModule()); in StackFrame() local
137 if (!m_sc.module_sp || m_sc.module_sp != pc_module_sp) { in StackFrame()
138 if (pc_module_sp) { in StackFrame()
139 m_sc.module_sp = pc_module_sp; in StackFrame()