Home
last modified time | relevance | path

Searched refs:OnExit (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp42 int OnExit() { in OnExit() function
91 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp155 auto OnExit = llvm::make_scope_exit([&]() { in run() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp74 int OnExit() { in OnExit() function
140 # define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp505 int OnExit() { in OnExit() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1397 int OnExit() { in OnExit() function
1472 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2491 static int OnExit(ThreadState *thr) { in OnExit() function
2601 OnExit(((TsanInterceptorContext *) ctx)->thr)