Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp157 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame() local
158 if (!m_current_pc.IsValid() || !pc_module_sp) { 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()
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()
[all …]
H A DStackFrame.cpp130 ModuleSP pc_module_sp(pc_addr.GetModule()); in StackFrame() local
131 if (!m_sc.module_sp || m_sc.module_sp != pc_module_sp) { in StackFrame()
132 if (pc_module_sp) { in StackFrame()
133 m_sc.module_sp = pc_module_sp; in StackFrame()