Lines Matching refs:PlatformJD

112                        JITDylib &PlatformJD, const char *OrcRuntimePath,  in Create()  argument
125 auto StandardRuntimeAliases = standardPlatformAliases(ES, PlatformJD); in Create()
132 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
136 if (auto Err = PlatformJD.define(absoluteSymbols( in Create()
154 new ELFNixPlatform(ES, ObjLinkingLayer, PlatformJD, in Create()
202 JITDylib &PlatformJD) { in standardPlatformAliases() argument
216 auto SM = ES.lookup(makeJITDylibSearchOrder(&PlatformJD), in standardPlatformAliases()
293 JITDylib &PlatformJD, in ELFNixPlatform() argument
301 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in ELFNixPlatform()
305 if (auto E2 = setupJITDylib(PlatformJD)) { in ELFNixPlatform()
310 RegisteredInitSymbols[&PlatformJD].add( in ELFNixPlatform()
314 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()
322 if (auto E2 = bootstrapELFNixRuntime(PlatformJD)) { in ELFNixPlatform()
328 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() argument
349 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
514 Error ELFNixPlatform::bootstrapELFNixRuntime(JITDylib &PlatformJD) { in bootstrapELFNixRuntime() argument
533 {{&PlatformJD, JITDylibLookupFlags::MatchAllSymbols}}, RuntimeSymbols); in bootstrapELFNixRuntime()
544 {{&PlatformJD, JITDylibLookupFlags::MatchAllSymbols}}, DSOHandleSymbol); in bootstrapELFNixRuntime()