Lines Matching refs:GenericLLVMIRPlatformSupport
84 class GenericLLVMIRPlatformSupport;
90 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} in GenericLLVMIRPlatform()
101 GenericLLVMIRPlatformSupport &S;
109 GlobalCtorDtorScraper(GenericLLVMIRPlatformSupport &PS, in GlobalCtorDtorScraper()
118 GenericLLVMIRPlatformSupport &PS;
128 class GenericLLVMIRPlatformSupport : public LLJIT::PlatformSupport { class
130 GenericLLVMIRPlatformSupport(LLJIT &J) in GenericLLVMIRPlatformSupport() function in __anon97b4e7eb0111::GenericLLVMIRPlatformSupport
433 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerCxaAtExitHelper()
442 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerAtExitHelper()
451 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.runAtExits( in runAtExitsHelper()
881 J.setPlatformSupport(std::make_unique<GenericLLVMIRPlatformSupport>(J)); in setUpGenericLLVMIRPlatform()