Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp100 Address pc_minus_one(m_current_pc); in IsUnwindPlanValidForCurrentPC()
155 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame()
156 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
199 m_start_pc = m_current_pc; in InitializeZerothFrame()
272 m_current_pc, m_sym_ctx); in InitializeZerothFrame()
386 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame()
567 m_start_pc = m_current_pc; in InitializeNonZerothFrame()
743 if (!m_current_pc.IsValid() || !pc_module_sp || in GetFastUnwindPlanForFrame()
752 m_current_pc, m_sym_ctx)); in GetFastUnwindPlanForFrame()
846 m_current_pc, m_sym_ctx); in GetFullUnwindPlanForFrame()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h229 lldb_private::Address m_current_pc; variable