Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h707 GetTrapHandlerUnwindPlan(const llvm::Triple &triple, ConstString name) { in GetTrapHandlerUnwindPlan() function
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp905 unwind_plan_sp = platform->GetTrapHandlerUnwindPlan( in GetFullUnwindPlanForFrame()