Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp149 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame() local
150 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
233 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in InitializeZerothFrame()
334 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame() local
335 if ((!m_current_pc.IsValid() || !pc_module_sp) && in InitializeNonZerothFrame()
641 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFastUnwindPlanForFrame() local
643 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFastUnwindPlanForFrame()
644 pc_module_sp->GetObjectFile() == nullptr) in GetFastUnwindPlanForFrame()
651 pc_module_sp->GetUnwindTable().GetFuncUnwindersContainingAddress( in GetFastUnwindPlanForFrame()
743 ModuleSP pc_module_sp(m_current_pc.GetModule()); in GetFullUnwindPlanForFrame() local
[all …]
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()