Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h206 void runAtExits(void *DSOHandle);
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp404 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.runAtExits( in runAtExitsHelper()
609 AtExitMgr.runAtExits(DSOHandle); in deinitialize()
747 static_cast<MachOPlatformSupport *>(Self)->AtExitMgr.runAtExits(DSOHandle); in runAtExitsHelper()
DExecutionUtils.cpp203 void ItaniumCXAAtExitSupport::runAtExits(void *DSOHandle) { in runAtExits() function in llvm::orc::ItaniumCXAAtExitSupport