Searched refs:UnwindCursor (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | UnwindCursor.hpp | 459 class UnwindCursor : public AbstractUnwindCursor { class 462 UnwindCursor(unw_context_t *context, A &as); 463 UnwindCursor(CONTEXT *context, A &as); 464 UnwindCursor(A &as, void *threadArg); 465 virtual ~UnwindCursor() {} in ~UnwindCursor() 488 static void *operator new(size_t, UnwindCursor<A, R> *p) { return p; } in operator new() 530 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 532 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor() 534 static_assert((alignof(UnwindCursor<A, R>) <= alignof(unw_cursor_t)), in UnwindCursor() 633 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor [all …]
|
D | Unwind-seh.cpp | 441 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh() 442 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh() 448 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh() 449 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh() 455 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh() 456 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh() 468 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in __unw_seh_get_disp_ctx() 470 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in __unw_seh_get_disp_ctx() 472 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx() 481 …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 | 47 UnwindCursor.hpp
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | abi_test.cc | 255 class UnwindCursor { class 257 explicit UnwindCursor(const CONTEXT &ctx) : ctx_(ctx) { in UnwindCursor() function in abi_test::internal::UnwindCursor 336 class UnwindCursor { class 338 explicit UnwindCursor(unw_context_t *ctx) : ctx_(ctx) { in UnwindCursor() function in abi_test::internal::UnwindCursor 500 static void AddUnwindError(UnwindCursor *cursor, Args... args) { in AddUnwindError() 516 static void CheckUnwind(UnwindCursor *cursor) { in CheckUnwind() 649 UnwindCursor cursor(*info->ContextRecord); in ExceptionHandler() 749 UnwindCursor cursor(&ctx); in TrapHandler()
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 255 class UnwindCursor { class 257 explicit UnwindCursor(const CONTEXT &ctx) : ctx_(ctx) { in UnwindCursor() function in abi_test::internal::UnwindCursor 336 class UnwindCursor { class 338 explicit UnwindCursor(unw_context_t *ctx) : ctx_(ctx) { in UnwindCursor() function in abi_test::internal::UnwindCursor 500 static void AddUnwindError(UnwindCursor *cursor, Args... args) { in AddUnwindError() 516 static void CheckUnwind(UnwindCursor *cursor) { in CheckUnwind() 649 UnwindCursor cursor(*info->ContextRecord); in ExceptionHandler() 749 UnwindCursor cursor(&ctx); in TrapHandler()
|
/external/llvm-project/llvm/utils/gn/secondary/libunwind/src/ |
D | BUILD.gn | 36 "UnwindCursor.hpp",
|
/external/llvm-project/llvm/docs/ |
D | ExceptionHandling.rst | 893 * ``src/UnwindCursor.hpp``
|