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

/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp1 //===------------------------- UnwindCursor.hpp ---------------------------===//
413 /// UnwindCursor contains all state (including all register values) during
416 class UnwindCursor : public AbstractUnwindCursor{ class in namespace:libunwind
419 UnwindCursor(unw_context_t *context, A &as);
420 UnwindCursor(A &as, void *threadArg);
421 virtual ~UnwindCursor() {}
557 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) function in class:libunwind::UnwindCursor
560 static_assert(sizeof(UnwindCursor<A, R>) < sizeof(unw_cursor_t),
561 "UnwindCursor<> doe
566 UnwindCursor<A, R>::UnwindCursor(A &as, void *) function in class:libunwind::UnwindCursor
[all...]

Completed in 49 milliseconds