Lines Matching refs:PlatformJD
133 GenericLLVMIRPlatformSupport(LLJIT &J, JITDylib &PlatformJD) in GenericLLVMIRPlatformSupport() argument
150 cantFail(PlatformJD.define(absoluteSymbols(std::move(StdInterposes)))); in GenericLLVMIRPlatformSupport()
151 cantFail(setupJITDylib(PlatformJD)); in GenericLLVMIRPlatformSupport()
152 cantFail(J.addIRModule(PlatformJD, createPlatformRuntimeModule())); in GenericLLVMIRPlatformSupport()
1137 auto &PlatformJD = ES.createBareJITDylib("<Platform>"); in operator ()() local
1138 PlatformJD.addToLinkOrder(*ProcessSymbolsJD); in operator ()()
1151 ES, *ObjLinkingLayer, PlatformJD, std::move(RuntimeArchiveBuffer), in operator ()()
1164 if (auto P = ELFNixPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()
1177 if (auto P = MachOPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()
1190 return &PlatformJD; in operator ()()
1202 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>"); in setUpGenericLLVMIRPlatform() local
1203 PlatformJD.addToLinkOrder(*ProcessSymbolsJD); in setUpGenericLLVMIRPlatform()
1206 std::make_unique<GenericLLVMIRPlatformSupport>(J, PlatformJD)); in setUpGenericLLVMIRPlatform()
1208 return &PlatformJD; in setUpGenericLLVMIRPlatform()