Lines Matching refs:PlatformJD
296 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument
313 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
317 if (auto Err = PlatformJD.define( in Create()
329 ES, ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), in Create()
338 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
349 return Create(ES, ObjLinkingLayer, PlatformJD, in Create()
474 JITDylib &PlatformJD, in MachOPlatform() argument
478 : ES(ES), PlatformJD(PlatformJD), ObjLinkingLayer(ObjLinkingLayer), in MachOPlatform()
482 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
542 if ((Err = PlatformJD.define( in MachOPlatform()
545 if ((Err = ES.lookup(&PlatformJD, MachOHeaderStartSymbol).takeError())) in MachOPlatform()
550 if ((Err = ES.lookup(makeJITDylibSearchOrder(&PlatformJD), in MachOPlatform()
571 if ((Err = PlatformJD.define( in MachOPlatform()
573 *this, PlatformJD.getName(), BootstrapCompleteSymbol, in MachOPlatform()
581 &PlatformJD, JITDylibLookupFlags::MatchAllSymbols), in MachOPlatform()
606 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
791 &MR.getTargetJITDylib() == &MP.PlatformJD && MP.Bootstrap; in modifyPassConfig()
929 MP.JITDylibToHeaderAddr[&MP.PlatformJD] = in bootstrapPipelineRecordRuntimeFunctions()
932 &MP.PlatformJD; in bootstrapPipelineRecordRuntimeFunctions()