Searched refs:MachOPlatformPlugin (Results 1 – 2 of 2) sorted by relevance
285 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()616 void MachOPlatform::MachOPlatformPlugin::modifyPassConfig( in modifyPassConfig()638 MachOPlatform::MachOPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()651 void MachOPlatform::MachOPlatformPlugin::addInitializerSupportPasses( in addInitializerSupportPasses()667 void MachOPlatform::MachOPlatformPlugin::addMachOHeaderSupportPasses( in addMachOHeaderSupportPasses()690 void MachOPlatform::MachOPlatformPlugin::addEHAndTLVSupportPasses( in addEHAndTLVSupportPasses()758 Error MachOPlatform::MachOPlatformPlugin::preserveInitSections( in preserveInitSections()795 Error MachOPlatform::MachOPlatformPlugin::processObjCImageInfo( in processObjCImageInfo()873 Error MachOPlatform::MachOPlatformPlugin::registerInitSections( in registerInitSections()904 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
130 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {132 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function