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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp1 //===-- FuncUnwinders.cpp ----------------------------------*- C++ -*-===//
9 #include "lldb/Symbol/FuncUnwinders.h"
36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) function in class:FuncUnwinders
58 FuncUnwinders::~FuncUnwinders() {}
60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target,
80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) {
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) {
125 UnwindPlanSP FuncUnwinders
[all...]
H A DUnwindTable.cpp19 #include "lldb/Symbol/FuncUnwinders.h"
139 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, *range_or));
146 // Ignore any existing FuncUnwinders for this function, create a new one and
159 return std::make_shared<FuncUnwinders>(*this, *range_or);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h13 class FuncUnwinders { class in namespace:lldb_private
15 // FuncUnwinders objects are used to track UnwindPlans for a function (named
34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);
36 ~FuncUnwinders();
152 DISALLOW_COPY_AND_ASSIGN(FuncUnwinders);
154 }; // class FuncUnwinders
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h107 class FuncUnwinders;
338 typedef std::shared_ptr<lldb_private::FuncUnwinders> FuncUnwindersSP;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile523 SRCS+= Symbol/FuncUnwinders.cpp

Completed in 502 milliseconds