Lines Matching refs:ObjLinkingLayer
761 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>(ES); in prepareForConstruction() local
763 ObjLinkingLayer->addPlugin( in prepareForConstruction()
768 return std::move(ObjLinkingLayer); in prepareForConstruction()
827 auto G = StaticLibraryDefinitionGenerator::Create(*ObjLinkingLayer, in linkStaticLibraryInto()
838 auto G = StaticLibraryDefinitionGenerator::Load(*ObjLinkingLayer, Path); in linkStaticLibraryInto()
956 ObjLinkingLayer = std::move(*ObjLayer); in LLJIT()
958 std::make_unique<ObjectTransformLayer>(*ES, *ObjLinkingLayer); in LLJIT()
1086 ObjectLinkingLayer *ObjLinkingLayer = in operator ()() local
1089 if (!ObjLinkingLayer) in operator ()()
1118 ES, *ObjLinkingLayer, PlatformJD, std::move(RuntimeArchiveBuffer), in operator ()()
1127 *ObjLinkingLayer, std::move(RuntimeArchiveBuffer)); in operator ()()
1131 if (auto P = ELFNixPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()
1140 *ObjLinkingLayer, std::move(RuntimeArchiveBuffer)); in operator ()()
1144 if (auto P = MachOPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()