Searched refs:ELFNixPlatformPlugin (Results 1 – 2 of 2) sorted by relevance
299 ObjLinkingLayer.addPlugin(std::make_unique<ELFNixPlatformPlugin>(*this)); in ELFNixPlatform()636 void ELFNixPlatform::ELFNixPlatformPlugin::modifyPassConfig( in modifyPassConfig()658 ELFNixPlatform::ELFNixPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()671 void ELFNixPlatform::ELFNixPlatformPlugin::addInitializerSupportPasses( in addInitializerSupportPasses()687 void ELFNixPlatform::ELFNixPlatformPlugin::addDSOHandleSupportPasses( in addDSOHandleSupportPasses()708 void ELFNixPlatform::ELFNixPlatformPlugin::addEHAndTLVSupportPasses( in addEHAndTLVSupportPasses()777 Error ELFNixPlatform::ELFNixPlatformPlugin::preserveInitSections( in preserveInitSections()813 Error ELFNixPlatform::ELFNixPlatformPlugin::registerInitSections( in registerInitSections()839 Error ELFNixPlatform::ELFNixPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
129 class ELFNixPlatformPlugin : public ObjectLinkingLayer::Plugin {131 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() function