Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp100 Address pc_minus_one(m_current_pc); in IsUnwindPlanValidForCurrentPC()
104 valid_pc_offset = m_current_pc.GetOffset() - 1; in IsUnwindPlanValidForCurrentPC()
157 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeZerothFrame()
158 if (!m_current_pc.IsValid() || !pc_module_sp) { in InitializeZerothFrame()
201 m_start_pc = m_current_pc; in InitializeZerothFrame()
274 m_current_pc, m_sym_ctx); in InitializeZerothFrame()
388 ModuleSP pc_module_sp(m_current_pc.GetModule()); in InitializeNonZerothFrame()
566 m_start_pc = m_current_pc; in InitializeNonZerothFrame()
751 m_current_pc, m_sym_ctx)); in GetFastUnwindPlanForFrame()
845 m_current_pc, m_sym_ctx); in GetFullUnwindPlanForFrame()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h230 lldb_private::Address m_current_pc; variable