proxygen
|
Classes | |
struct | __cxa_eh_globals |
struct | __cxa_exception |
Functions | |
__cxa_eh_globals * | __cxa_get_globals (void) noexcept |
__cxa_eh_globals * | __cxa_get_globals_fast (void) noexcept |
void | __cxa_throw (void *thrownException, std::type_info *type, void(*destructor)(void *)) __attribute__((__noreturn__)) |
void * | __cxa_begin_catch (void *excObj) throw () |
void | __cxa_rethrow (void) __attribute__((__noreturn__)) |
void | __cxa_end_catch (void) |
void * __cxxabiv1::__cxa_begin_catch | ( | void * | excObj | ) | |
throw | ( | ||||
) |
Definition at line 124 of file ExceptionTracerLib.cpp.
References folly::exception_tracer::getCxaBeginCatchCallbacks().
void __cxxabiv1::__cxa_end_catch | ( | void | ) |
Definition at line 133 of file ExceptionTracerLib.cpp.
References folly::exception_tracer::getCxaEndCatchCallbacks().
|
noexcept |
Referenced by folly::exception_tracer::getCurrentExceptions(), and folly::uncaught_exceptions().
|
noexcept |
Referenced by getExceptionStackTraceStack().
void __cxxabiv1::__cxa_rethrow | ( | void | ) |
Definition at line 111 of file ExceptionTracerLib.cpp.
References folly::exception_tracer::getCxaRethrowCallbacks().
void __cxxabiv1::__cxa_throw | ( | void * | thrownException, |
std::type_info * | type, | ||
void(*)(void *) | destructor | ||
) |
Definition at line 100 of file ExceptionTracerLib.cpp.
References folly::exception_tracer::getCxaThrowCallbacks().