Searched refs:addPlugin (Results 1 – 7 of 7) sorted by relevance
41 ObjLinkingLayer->addPlugin(std::make_unique<DebugObjectManagerPlugin>( in enableDebuggerSupport()49 ObjLinkingLayer->addPlugin(std::move(*DS)); in enableDebuggerSupport()
125 ObjectLinkingLayer &addPlugin(std::shared_ptr<Plugin> P) { in addPlugin() function
269 ObjLinkingLayer.addPlugin(std::make_unique<ELFNixPlatformPlugin>(*this)); in ELFNixPlatform()
401 ObjLinkingLayer.addPlugin(std::make_unique<COFFPlatformPlugin>(*this)); in COFFPlatform()
812 ObjLinkingLayer->addPlugin( in prepareForConstruction()
481 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()
1037 L->addPlugin(std::make_unique<orc::EHFrameRegistrationPlugin>( in runOrcJIT()