Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h43 lldb::UnwindPlanSP GetUnwindPlanFastUnwind(Target &target,
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFuncUnwinders.cpp434 UnwindPlanSP FuncUnwinders::GetUnwindPlanFastUnwind(Target &target, in GetUnwindPlanFastUnwind() function in FuncUnwinders
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp761 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanFastUnwind( in GetFastUnwindPlanForFrame()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3444 func_unwinders_sp->GetUnwindPlanFastUnwind(*target, *thread); in DoExecute()