Lines Matching defs:PlatformJD
134 GenericLLVMIRPlatformSupport(LLJIT &J, JITDylib &PlatformJD)
151 cantFail(PlatformJD.define(absoluteSymbols(std::move(StdInterposes))));
152 cantFail(setupJITDylib(PlatformJD));
153 cantFail(J.addIRModule(PlatformJD, createPlatformRuntimeModule()));
1153 auto &PlatformJD = ES.createBareJITDylib("<Platform>");
1154 PlatformJD.addToLinkOrder(*ProcessSymbolsJD);
1167 *ObjLinkingLayer, PlatformJD, std::move(RuntimeArchiveBuffer),
1181 ELFNixPlatform::Create(*ObjLinkingLayer, PlatformJD, std::move(*G)))
1194 MachOPlatform::Create(*ObjLinkingLayer, PlatformJD, std::move(*G)))
1206 return &PlatformJD;
1218 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>");
1219 PlatformJD.addToLinkOrder(*ProcessSymbolsJD);
1232 std::make_unique<GenericLLVMIRPlatformSupport>(J, PlatformJD));
1234 return &PlatformJD;