Searched refs:registerAtExit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 264 int registerAtExit(void (*F)(void *), void *Arg, void *DSOHandle); 388 int MachOPlatformRuntimeState::registerAtExit(void (*F)(void *), void *Arg, in registerAtExit() function in __anon89ec89360111::MachOPlatformRuntimeState 674 return MachOPlatformRuntimeState::get().registerAtExit(func, arg, dso_handle); in __orc_rt_macho_cxa_atexit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.h | 204 void registerAtExit(void (*F)(void *), void *Ctx, void *DSOHandle);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 197 void ItaniumCXAAtExitSupport::registerAtExit(void (*F)(void *), void *Ctx, in registerAtExit() function in llvm::orc::ItaniumCXAAtExitSupport
|
| H A D | LLJIT.cpp | 395 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerAtExitHelper()
|