Lines Matching refs:PlatformJD
164 JITDylib &PlatformJD, std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer, in Create() argument
197 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
212 PlatformJD.addToLinkOrder(HostFuncJD); in Create()
217 ES, ObjLinkingLayer, PlatformJD, std::move(*OrcRuntimeArchiveGenerator), in Create()
227 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
236 return Create(ES, ObjLinkingLayer, PlatformJD, std::move(*ArchiveBuffer), in Create()
386 JITDylib &PlatformJD, in COFFPlatform() argument
416 StaticVCRuntime ? VCRuntimeBootstrap->loadStaticVCRuntime(PlatformJD) in COFFPlatform()
417 : VCRuntimeBootstrap->loadDynamicVCRuntime(PlatformJD); in COFFPlatform()
426 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in COFFPlatform()
430 if (auto E2 = setupJITDylib(PlatformJD)) { in COFFPlatform()
436 if (auto E2 = this->LoadDynLibrary(PlatformJD, Lib)) { in COFFPlatform()
442 if (auto E2 = VCRuntimeBootstrap->initializeStaticVCRuntime(PlatformJD)) { in COFFPlatform()
448 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform()
456 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) { in COFFPlatform()
642 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() argument
656 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
688 Error COFFPlatform::bootstrapCOFFRuntime(JITDylib &PlatformJD) { in bootstrapCOFFRuntime() argument
692 ES, LookupKind::Static, makeJITDylibSearchOrder(&PlatformJD), in bootstrapCOFFRuntime()
740 Error COFFPlatform::runSymbolIfExists(JITDylib &PlatformJD, in runSymbolIfExists() argument
744 ES, LookupKind::Static, makeJITDylibSearchOrder(&PlatformJD), in runSymbolIfExists()