Searched defs:atexit (Results 1 – 11 of 11) sorted by relevance
2 .global atexit symbol4 atexit: label
54 // This is needed if the test was compiled with '-fno-use-cxa-atexit'. in atexit() function
8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
74 // This is needed if the test was compiled with '-fno-use-cxa-atexit'. in atexit() function
351 llvm::FunctionCallee atexit = registerGlobalDtorWithAtExit() local [all...]
2701 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); emitGlobalDtorWithCXAAtExit() local [all...]
379 INTERCEPTOR(int,atexit,void (* f)()) INTERCEPTOR() argument
734 INTERCEPTOR(int,atexit,void (* func)()) global() argument
1299 INTERCEPTOR(int,atexit,void (* func)()) INTERCEPTOR() argument
446 TSAN_INTERCEPTOR(int,atexit,void (* f)()) TSAN_INTERCEPTOR() argument