Lines Matching refs:PlatformJD
153 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
169 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
173 if (auto Err = PlatformJD.define(absoluteSymbols( in Create()
191 new MachOPlatform(ES, ObjLinkingLayer, PlatformJD, in Create()
279 JITDylib &PlatformJD, in MachOPlatform() argument
287 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
291 if (auto E2 = setupJITDylib(PlatformJD)) { in MachOPlatform()
296 RegisteredInitSymbols[&PlatformJD].add( in MachOPlatform()
300 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in MachOPlatform()
308 if (auto E2 = bootstrapMachORuntime(PlatformJD)) { in MachOPlatform()
314 Error MachOPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() argument
335 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
497 Error MachOPlatform::bootstrapMachORuntime(JITDylib &PlatformJD) { in bootstrapMachORuntime() argument
515 {{&PlatformJD, JITDylibLookupFlags::MatchAllSymbols}}, RuntimeSymbols); in bootstrapMachORuntime()