Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h195 lldb::UnwindPlanSP GetFastUnwindPlanForFrame();
H A DRegisterContextLLDB.cpp208 m_fast_unwind_plan_sp = GetFastUnwindPlanForFrame(); in InitializeZerothFrame()
551 m_fast_unwind_plan_sp = GetFastUnwindPlanForFrame(); in InitializeNonZerothFrame()
661 UnwindPlanSP RegisterContextLLDB::GetFastUnwindPlanForFrame() { in GetFastUnwindPlanForFrame() function in RegisterContextLLDB