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

/freebsd-current/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 FuncUnwinders(const FuncUnwinders &) = delete;
153 const FuncUnwinders &operator=(const FuncUnwinders &) = delete;
155 }; // class FuncUnwinders
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp1 //===-- FuncUnwinders.cpp -------------------------------------------------===//
9 #include "lldb/Symbol/FuncUnwinders.h"
36 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range) function in class:FuncUnwinders
58 FuncUnwinders::~FuncUnwinders() = default;
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.cpp20 #include "lldb/Symbol/FuncUnwinders.h"
142 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, *range_or));
149 // Ignore any existing FuncUnwinders for this function, create a new one and
161 return std::make_shared<FuncUnwinders>(*this, *range_or);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h103 class FuncUnwinders;
347 typedef std::shared_ptr<lldb_private::FuncUnwinders> FuncUnwindersSP;
/freebsd-current/lib/clang/liblldb/
H A DMakefile590 SRCS+= Symbol/FuncUnwinders.cpp

Completed in 183 milliseconds