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

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

Completed in 146 milliseconds