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