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