Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.h50 lldb::UnwindPlanSP GetTrapHandlerUnwindPlan(const llvm::Triple &triple,
H A DPlatformAIX.cpp136 PlatformAIX::GetTrapHandlerUnwindPlan(const llvm::Triple &triple, in GetTrapHandlerUnwindPlan() function in PlatformAIX
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h792 GetTrapHandlerUnwindPlan(const llvm::Triple &triple, ConstString name) { in GetTrapHandlerUnwindPlan() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp899 if (auto unwind_plan_sp = platform->GetTrapHandlerUnwindPlan( in GetFullUnwindPlanForFrame()