Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp147 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame() local
148 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
156 if (pc_module_sp.get() && (pc_module_sp->ResolveSymbolContextForAddress( in InitializeZerothFrame()
241 pc_module_sp->GetObjectFile() in InitializeZerothFrame()
340 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame() local
341 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeNonZerothFrame()
666 pc_module_sp->GetObjectFile() == NULL) in GetFastUnwindPlanForFrame()
673 pc_module_sp->GetObjectFile() in GetFastUnwindPlanForFrame()
767 pc_module_sp->GetObjectFile() == NULL) { in GetFullUnwindPlanForFrame()
775 pc_module_sp->GetObjectFile() in GetFullUnwindPlanForFrame()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp122 ModuleSP pc_module_sp(pc_addr.GetModule()); in StackFrame() local
123 if (!m_sc.module_sp || m_sc.module_sp != pc_module_sp) { in StackFrame()
124 if (pc_module_sp) { in StackFrame()
125 m_sc.module_sp = pc_module_sp; in StackFrame()