Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h205 int &valid_pc_offset);
H A DRegisterContextLLDB.cpp80 lldb::UnwindPlanSP unwind_plan_sp, int &valid_pc_offset) { in IsUnwindPlanValidForCurrentPC() argument
87 valid_pc_offset = m_current_offset; in IsUnwindPlanValidForCurrentPC()
100 valid_pc_offset = m_current_pc.GetOffset() - 1; in IsUnwindPlanValidForCurrentPC()