Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) in FuncUnwinders() function in FuncUnwinders
58 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 …]
H A DUnwindTable.cpp187 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, *range_or)); in GetFuncUnwindersContainingAddress()
206 return std::make_shared<FuncUnwinders>(*this, *range_or); in GetUncachedFuncUnwindersContainingAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h13 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;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h105 class FuncUnwinders; variable
353 typedef std::shared_ptr<lldb_private::FuncUnwinders> FuncUnwindersSP;
/freebsd/lib/clang/liblldb/
H A DMakefile602 SRCS+= Symbol/FuncUnwinders.cpp