Lines Matching refs:ObjLinkingLayer
810 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>(ES); in prepareForConstruction() local
812 ObjLinkingLayer->addPlugin( in prepareForConstruction()
817 return std::move(ObjLinkingLayer); in prepareForConstruction()
874 auto G = StaticLibraryDefinitionGenerator::Create(*ObjLinkingLayer, in linkStaticLibraryInto()
885 auto G = StaticLibraryDefinitionGenerator::Load(*ObjLinkingLayer, Path); in linkStaticLibraryInto()
1002 ObjLinkingLayer = std::move(*ObjLayer); in LLJIT()
1004 std::make_unique<ObjectTransformLayer>(*ES, *ObjLinkingLayer); in LLJIT()
1119 ObjectLinkingLayer *ObjLinkingLayer = in operator ()() local
1122 if (!ObjLinkingLayer) in operator ()()
1151 ES, *ObjLinkingLayer, PlatformJD, std::move(RuntimeArchiveBuffer), in operator ()()
1160 *ObjLinkingLayer, std::move(RuntimeArchiveBuffer)); in operator ()()
1164 if (auto P = ELFNixPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()
1173 *ObjLinkingLayer, std::move(RuntimeArchiveBuffer)); in operator ()()
1177 if (auto P = MachOPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()