Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h55 lldb::UnwindPlanSP GetTrapHandlerUnwindPlan(const llvm::Triple &triple,
H A DPlatformLinux.cpp290 PlatformLinux::GetTrapHandlerUnwindPlan(const llvm::Triple &triple, in GetTrapHandlerUnwindPlan() function in PlatformLinux
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h708 GetTrapHandlerUnwindPlan(const llvm::Triple &triple, ConstString name) { in GetTrapHandlerUnwindPlan() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp905 unwind_plan_sp = platform->GetTrapHandlerUnwindPlan( in GetFullUnwindPlanForFrame()