Home
last modified time | relevance | path

Searched refs:GetUnwindPlanFastUnwind (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/Symbol/
DFuncUnwinders.h50 GetUnwindPlanFastUnwind (lldb_private::Thread& Thread);
/external/lldb/source/Symbol/
DFuncUnwinders.cpp125 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread) in GetUnwindPlanFastUnwind() function in FuncUnwinders
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp591 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanFastUnwind (m_thread); in GetFastUnwindPlanForFrame()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp3651 … UnwindPlanSP fast_unwind_plan = func_unwinders_sp->GetUnwindPlanFastUnwind(*thread.get()); in DoExecute()