Lines Matching defs:PlatformJD
152 COFFPlatform::Create(ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
189 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases))))
204 PlatformJD.addToLinkOrder(HostFuncJD);
209 ObjLinkingLayer, PlatformJD, std::move(*OrcRuntimeArchiveGenerator),
218 COFFPlatform::Create(ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
228 return Create(ObjLinkingLayer, PlatformJD, std::move(*ArchiveBuffer),
377 ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
408 StaticVCRuntime ? VCRuntimeBootstrap->loadStaticVCRuntime(PlatformJD)
409 : VCRuntimeBootstrap->loadDynamicVCRuntime(PlatformJD);
418 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator));
420 // PlatformJD hasn't been set up by the platform yet (since we're creating
422 if (auto E2 = setupJITDylib(PlatformJD)) {
428 if (auto E2 = this->LoadDynLibrary(PlatformJD, Lib)) {
434 if (auto E2 = VCRuntimeBootstrap->initializeStaticVCRuntime(PlatformJD)) {
440 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) {
448 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) {
632 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) {
646 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs));
678 Error COFFPlatform::bootstrapCOFFRuntime(JITDylib &PlatformJD) {
682 ES, LookupKind::Static, makeJITDylibSearchOrder(&PlatformJD),
730 Error COFFPlatform::runSymbolIfExists(JITDylib &PlatformJD,
734 ES, LookupKind::Static, makeJITDylibSearchOrder(&PlatformJD),