Searched refs:registerAtExit (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp117 int registerAtExit(void (*F)(void *), void *Arg, void *DSOHandle);
237 int ELFNixPlatformRuntimeState::registerAtExit(void (*F)(void *), void *Arg, function in class:__anon68::ELFNixPlatformRuntimeState
541 return ELFNixPlatformRuntimeState::get().registerAtExit(func, arg,
547 return ELFNixPlatformRuntimeState::get().registerAtExit(
H A Dcoff_platform.cpp118 Error registerAtExit(ExecutorAddr HeaderAddr, void (*AtExit)(void));
558 Error COFFPlatformRuntimeState::registerAtExit(ExecutorAddr HeaderAddr, function in class:COFFPlatformRuntimeState
722 if (auto Err = COFFPlatformRuntimeState::get().registerAtExit(
731 if (auto Err = COFFPlatformRuntimeState::get().registerAtExit(
H A Dmacho_platform.cpp337 int registerAtExit(void (*F)(void *), void *Arg, void *DSOHandle);
750 int MachOPlatformRuntimeState::registerAtExit(void (*F)(void *), void *Arg, function in class:__anon73::MachOPlatformRuntimeState
757 printdbg("MachOPlatformRuntimeState::registerAtExit called with "
1403 return MachOPlatformRuntimeState::get().registerAtExit(func, arg, dso_handle);
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h204 void registerAtExit(void (*F)(void *), void *Ctx, void *DSOHandle);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp482 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit(
491 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit(
H A DExecutionUtils.cpp199 void ItaniumCXAAtExitSupport::registerAtExit(void (*F)(void *), void *Ctx, function in class:llvm::orc::ItaniumCXAAtExitSupport

Completed in 137 milliseconds