Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon09f517660111::GenericLLVMIRPlatformSupport
395 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerAtExitHelper()
404 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.runAtExits( in runAtExitsHelper()
1173 J.setPlatformSupport(std::make_unique<GenericLLVMIRPlatformSupport>(J)); in setUpGenericLLVMIRPlatform()