Lines Matching refs:PlatformJD
189 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
205 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
209 if (auto Err = PlatformJD.define(absoluteSymbols( in Create()
227 new MachOPlatform(ES, ObjLinkingLayer, PlatformJD, in Create()
336 JITDylib &PlatformJD, in MachOPlatform() argument
344 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
348 ES, LookupKind::Static, makeJITDylibSearchOrder(&PlatformJD), in MachOPlatform()
360 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in MachOPlatform()
368 if (auto E2 = bootstrapMachORuntime(PlatformJD)) { in MachOPlatform()
375 if (auto E2 = setupJITDylib(PlatformJD)) { in MachOPlatform()
383 Error MachOPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() argument
398 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
574 Error MachOPlatform::bootstrapMachORuntime(JITDylib &PlatformJD) { in bootstrapMachORuntime() argument
576 ES, LookupKind::Static, makeJITDylibSearchOrder(&PlatformJD), in bootstrapMachORuntime()