Home
last modified time | relevance | path

Searched refs:__cxa_throw (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp462 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { argument
463 CHECK(REAL(__cxa_throw));
465 REAL(__cxa_throw)(a, b, c); local
825 ASAN_INTERCEPT_FUNC(__cxa_throw);
/freebsd/lib/libcxxrt/
H A DVersion.map25 __cxa_throw;
H A DVersion.map.arm26 __cxa_throw;
/freebsd/contrib/libcxxrt/
H A Dexception.cc823 extern "C" void __cxa_throw(void *thrown_exception, in __cxa_throw() function