Searched refs:runAtExits (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h306 void runAtExits(void *DSOHandle);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp424 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.runAtExits(
629 AtExitMgr.runAtExits(DSOHandle);
767 static_cast<MachOPlatformSupport *>(Self)->AtExitMgr.runAtExits(DSOHandle);
H A DExecutionUtils.cpp229 void ItaniumCXAAtExitSupport::runAtExits(void *DSOHandle) { function in class:llvm::orc::ItaniumCXAAtExitSupport

Completed in 199 milliseconds