Searched refs:UnwindCursor (Results 1 – 7 of 7) sorted by relevance
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 458 class UnwindCursor : public AbstractUnwindCursor { class 461 UnwindCursor(unw_context_t *context, A &as); 462 UnwindCursor(CONTEXT *context, A &as); 463 UnwindCursor(A &as, void *threadArg); 464 virtual ~UnwindCursor() {} in ~UnwindCursor() 487 static void *operator new(size_t, UnwindCursor<A, R> *p) { return p; } in operator new() 529 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 531 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor() 630 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 632 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor() [all …]
|
D | Unwind-seh.cpp | 451 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in _unw_init_seh() 452 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in _unw_init_seh() 458 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in _unw_init_seh() 459 UnwindCursor<LocalAddressSpace, Registers_arm>( in _unw_init_seh() 465 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in _unw_init_seh() 466 UnwindCursor<LocalAddressSpace, Registers_arm64>( in _unw_init_seh() 479 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in _unw_seh_get_disp_ctx() 481 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in _unw_seh_get_disp_ctx() 483 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in _unw_seh_get_disp_ctx() 492 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in _unw_seh_set_disp_ctx() [all …]
|
D | libunwind.cpp | 69 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, REGISTER_KIND> *>(cursor)) in unw_init_local() 70 UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in unw_init_local()
|
D | CMakeLists.txt | 35 UnwindCursor.hpp
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 256 class UnwindCursor { class 258 explicit UnwindCursor(const CONTEXT &ctx) : ctx_(ctx) { in UnwindCursor() function in abi_test::internal::UnwindCursor 337 class UnwindCursor { class 339 explicit UnwindCursor(unw_context_t *ctx) : ctx_(ctx) { in UnwindCursor() function in abi_test::internal::UnwindCursor 501 static void AddUnwindError(UnwindCursor *cursor, Args... args) { in AddUnwindError() 517 static void CheckUnwind(UnwindCursor *cursor) { in CheckUnwind() 650 UnwindCursor cursor(*info->ContextRecord); in ExceptionHandler() 750 UnwindCursor cursor(&ctx); in TrapHandler()
|
/external/libunwind_llvm/ |
D | Android.bp | 50 "-Wno-bitwise-conditional-parentheses", // in src/UnwindCursor.hpp:1437
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 893 * ``src/UnwindCursor.hpp``
|