Searched refs:addPlugin (Results 1 – 8 of 8) sorted by relevance
214 ObjLinkingLayer->addPlugin(std::make_unique<MyPlugin>()); in main()
126 ObjectLinkingLayer &addPlugin(std::unique_ptr<Plugin> P) { in addPlugin() function
120 cast<ObjectLinkingLayer>(&ObjLayer)->addPlugin( in addDebugSupport()
866 ObjLayer.addPlugin(std::make_unique<EHFrameRegistrationPlugin>( in Session()868 ObjLayer.addPlugin(std::make_unique<DebugObjectManagerPlugin>( in Session()872 ObjLayer.addPlugin(std::make_unique<JITLinkSessionPlugin>(*this)); in Session()
153 ObjLinkingLayer.addPlugin(std::make_unique<InitScraperPlugin>(*this)); in MachOPlatform()
989 ObjLinkingLayer->addPlugin(std::make_unique<EHFrameRegistrationPlugin>( in prepareForConstruction()
947 L->addPlugin(std::make_unique<orc::EHFrameRegistrationPlugin>( in runOrcJIT()949 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
118 calling the ``addPlugin`` method [1]_. E.g.166 OLL->addPlugin(std::make_unique<MyPlugin>());