Lines Matching refs:PlatformJD
260 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument
277 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
281 if (auto Err = PlatformJD.define( in Create()
293 ES, ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), in Create()
302 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
313 return Create(ES, ObjLinkingLayer, PlatformJD, in Create()
438 JITDylib &PlatformJD, in MachOPlatform() argument
442 : ES(ES), PlatformJD(PlatformJD), ObjLinkingLayer(ObjLinkingLayer), in MachOPlatform()
446 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
506 if ((Err = PlatformJD.define( in MachOPlatform()
509 if ((Err = ES.lookup(&PlatformJD, MachOHeaderStartSymbol).takeError())) in MachOPlatform()
514 if ((Err = ES.lookup(makeJITDylibSearchOrder(&PlatformJD), in MachOPlatform()
535 if ((Err = PlatformJD.define( in MachOPlatform()
537 *this, PlatformJD.getName(), BootstrapCompleteSymbol, in MachOPlatform()
545 &PlatformJD, JITDylibLookupFlags::MatchAllSymbols), in MachOPlatform()
570 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
755 &MR.getTargetJITDylib() == &MP.PlatformJD && MP.Bootstrap; in modifyPassConfig()
893 MP.JITDylibToHeaderAddr[&MP.PlatformJD] = in bootstrapPipelineRecordRuntimeFunctions()
896 &MP.PlatformJD; in bootstrapPipelineRecordRuntimeFunctions()