Lines Matching refs:GenericLLVMIRPlatformSupport
87 class GenericLLVMIRPlatformSupport;
93 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} in GenericLLVMIRPlatform()
104 GenericLLVMIRPlatformSupport &S;
112 GlobalCtorDtorScraper(GenericLLVMIRPlatformSupport &PS, in GlobalCtorDtorScraper()
121 GenericLLVMIRPlatformSupport &PS;
131 class GenericLLVMIRPlatformSupport : public LLJIT::PlatformSupport { class
133 GenericLLVMIRPlatformSupport(LLJIT &J, JITDylib &PlatformJD) in GenericLLVMIRPlatformSupport() function in __anonc48a5abb0111::GenericLLVMIRPlatformSupport
430 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerCxaAtExitHelper()
439 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerAtExitHelper()
448 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.runAtExits( in runAtExitsHelper()
1206 std::make_unique<GenericLLVMIRPlatformSupport>(J, PlatformJD)); in setUpGenericLLVMIRPlatform()