Searched refs:MachOPlatformPlugin (Results 1 – 3 of 3) sorted by relevance
426 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()734 void MachOPlatform::MachOPlatformPlugin::modifyPassConfig( in modifyPassConfig()798 MachOPlatform::MachOPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()811 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineStart( in bootstrapPipelineStart()819 Error MachOPlatform::MachOPlatformPlugin::866 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineEnd( in bootstrapPipelineEnd()878 Error MachOPlatform::MachOPlatformPlugin::associateJITDylibHeaderSymbol( in associateJITDylibHeaderSymbol()901 Error MachOPlatform::MachOPlatformPlugin::preserveInitSections( in preserveInitSections()938 Error MachOPlatform::MachOPlatformPlugin::processObjCImageInfo( in processObjCImageInfo()1016 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()[all …]
122 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {124 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function
772 ``MachOPlatformPlugin``, which installs a pass to record this information for