Lines Matching defs:ObjLinkingLayer
279 MachOPlatform::Create(ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
285 auto &ES = ObjLinkingLayer.getExecutionSession();
316 ObjLinkingLayer, PlatformJD, std::move(OrcRuntime),
324 MachOPlatform::Create(ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
331 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath);
335 return Create(ObjLinkingLayer, PlatformJD,
472 ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
476 : ES(ObjLinkingLayer.getExecutionSession()), PlatformJD(PlatformJD),
477 ObjLinkingLayer(ObjLinkingLayer),
480 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this));