Searched refs:FuncUnwinders (Results 1 – 5 of 5) sorted by relevance
36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders() function in FuncUnwinders58 FuncUnwinders::~FuncUnwinders() = default;60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, in GetUnwindPlanAtCallSite()80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) { in GetCompactUnwindUnwindPlan()105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { in GetObjectFileUnwindPlan()125 UnwindPlanSP FuncUnwinders::GetEHFrameUnwindPlan(Target &target) { in GetEHFrameUnwindPlan()143 UnwindPlanSP FuncUnwinders::GetDebugFrameUnwindPlan(Target &target) { in GetDebugFrameUnwindPlan()161 UnwindPlanSP FuncUnwinders::GetArmUnwindUnwindPlan(Target &target) { in GetArmUnwindUnwindPlan()199 UnwindPlanSP FuncUnwinders::GetSymbolFileUnwindPlan(Thread &thread) { in GetSymbolFileUnwindPlan()214 FuncUnwinders::GetObjectFileAugmentedUnwindPlan(Target &target, in GetObjectFileAugmentedUnwindPlan()[all …]
187 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, *range_or)); in GetFuncUnwindersContainingAddress()206 return std::make_shared<FuncUnwinders>(*this, *range_or); in GetUncachedFuncUnwindersContainingAddress()
13 class FuncUnwinders {34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);36 ~FuncUnwinders();152 FuncUnwinders(const FuncUnwinders &) = delete;153 const FuncUnwinders &operator=(const FuncUnwinders &) = delete;
105 class FuncUnwinders; variable353 typedef std::shared_ptr<lldb_private::FuncUnwinders> FuncUnwindersSP;
602 SRCS+= Symbol/FuncUnwinders.cpp