Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp84 class GenericLLVMIRPlatformSupport;
90 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} in GenericLLVMIRPlatform()
100 GenericLLVMIRPlatformSupport &S;
109 GlobalCtorDtorScraper(GenericLLVMIRPlatformSupport &PS, in GlobalCtorDtorScraper()
116 GenericLLVMIRPlatformSupport &PS;
125 class GenericLLVMIRPlatformSupport : public LLJIT::PlatformSupport { class
127 GenericLLVMIRPlatformSupport(LLJIT &J) in GenericLLVMIRPlatformSupport() function in __anon11530eef0111::GenericLLVMIRPlatformSupport
395 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerAtExitHelper()
404 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.runAtExits( in runAtExitsHelper()
805 J.setPlatformSupport(std::make_unique<GenericLLVMIRPlatformSupport>(J)); in setUpGenericLLVMIRPlatform()