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

/external/lldb/source/Symbol/
H A DFuncUnwinders.cpp1 //===-- FuncUnwinders.cpp ----------------------------------*- C++ -*-===//
12 #include "lldb/Symbol/FuncUnwinders.h"
28 FuncUnwinders::FuncUnwinders function in class:FuncUnwinders
51 FuncUnwinders::~FuncUnwinders ()
56 FuncUnwinders::GetUnwindPlanAtCallSite (int current_offset)
99 FuncUnwinders::GetUnwindPlanAtNonCallSite (Thread& thread)
125 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread)
151 FuncUnwinders
[all...]
H A DAndroid.mk26 FuncUnwinders.cpp \
H A DUnwindTable.cpp17 #include "lldb/Symbol/FuncUnwinders.h"
103 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, m_assembly_profiler, range));
110 // Ignore any existing FuncUnwinders for this function, create a new one and don't add it to the
130 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, m_assembly_profiler, range));
/external/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h13 class FuncUnwinders class in namespace:lldb_private
16 // FuncUnwinders objects are used to track UnwindPlans for a function
34 FuncUnwinders (lldb_private::UnwindTable& unwind_table, lldb_private::UnwindAssembly *assembly_profiler, AddressRange range);
36 ~FuncUnwinders ();
99 DISALLOW_COPY_AND_ASSIGN (FuncUnwinders);
101 }; // class FuncUnwinders
/external/lldb/include/lldb/
H A Dlldb-forward.h98 class FuncUnwinders;
289 typedef std::shared_ptr<lldb_private::FuncUnwinders> FuncUnwindersSP;

Completed in 231 milliseconds