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