Searched defs:UnwindPlan (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h14 // The UnwindPlan object specifies how to unwind out of a function - where
26 // Internally, the UnwindPlan is structured as a vector of register locations
36 // The UnwindPlan is the canonical form of this information that the unwinder
39 class UnwindPlan { class in namespace:lldb_private
219 const UnwindPlan* unwind_plan,
220 const UnwindPlan::Row* row,
243 Row (const UnwindPlan::Row& rhs) :
333 Dump (Stream& s, const UnwindPlan* unwind_plan, Thread* thread, lldb::addr_t base_addr) const;
347 UnwindPlan (lldb::RegisterKind reg_kind) : function in class:lldb_private::UnwindPlan
358 ~UnwindPlan ()
[all...]

Completed in 146 milliseconds