Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp294 std::shared_ptr<const UnwindPlan> debug_frame_plan = in GetDebugFrameAugmentedUnwindPlan() local
296 if (!debug_frame_plan) in GetDebugFrameAugmentedUnwindPlan()
306 auto plan_sp = std::make_shared<UnwindPlan>(*debug_frame_plan); in GetDebugFrameAugmentedUnwindPlan()