Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h207 int &valid_pc_offset);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp84 lldb::UnwindPlanSP unwind_plan_sp, int &valid_pc_offset) { in IsUnwindPlanValidForCurrentPC() argument
91 valid_pc_offset = m_current_offset; in IsUnwindPlanValidForCurrentPC()
104 valid_pc_offset = m_current_pc.GetOffset() - 1; in IsUnwindPlanValidForCurrentPC()