Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h197 lldb::UnwindPlanSP GetFullUnwindPlanForFrame();
H A DRegisterContextLLDB.cpp209 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); in InitializeZerothFrame()
572 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); in InitializeNonZerothFrame()
713 UnwindPlanSP RegisterContextLLDB::GetFullUnwindPlanForFrame() { in GetFullUnwindPlanForFrame() function in RegisterContextLLDB
1196 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); in SavedLocationForRegister()