Home
last modified time | relevance | path

Searched refs:FuncExit (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp65 static void PopTag(ThreadState *thr) { FuncExit(thr); } in PopTag()
79 if (caller_pc) FuncExit(thr); in ExternalAccess()
H A Dtsan_interface.inc170 void __tsan_func_exit() { FuncExit(cur_thread()); }
H A Dtsan_interface_ann.cpp39 FuncExit(thr_); in ~ScopedAnnotation()
H A Dtsan_interceptors_posix.cpp315 FuncExit(thr_); in ~ScopedInterceptor()
438 FuncExit(thr); in at_exit_callback_installed_at()
448 FuncExit(thr); in cxa_at_exit_callback_installed_at()
514 FuncExit(thr); in on_exit_callback_installed_at()
578 FuncExit(thr); in LongJmp()
H A Dtsan_interface_atomic.cpp892 FuncExit(thr); in AtomicGo()
903 FuncExit(thr); in AtomicGoRet()
H A Dtsan_rtl.h799 void FuncExit(ThreadState *thr) { in FuncExit() function
H A Dtsan_rtl_access.cpp102 FuncExit(thr); in TraceRestartFuncExit()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp178 FuncExit(thr); in __tsan_read_pc()
190 FuncExit(thr); in __tsan_write_pc()
206 FuncExit(thr); in __tsan_func_exit()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp958 MCSymbol *FuncExit = OutContext.getOrCreateSymbol( in LowerPATCHABLE_RET() local
969 FuncExit, SystemZ::S_PLT, OutContext))); in LowerPATCHABLE_RET()