Searched refs:MachOPlatformPlugin (Results 1 – 3 of 3) sorted by relevance
342 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()610 void MachOPlatform::MachOPlatformPlugin::modifyPassConfig( in modifyPassConfig()663 MachOPlatform::MachOPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()676 Error MachOPlatform::MachOPlatformPlugin::associateJITDylibHeaderSymbol( in associateJITDylibHeaderSymbol()697 Error MachOPlatform::MachOPlatformPlugin::preserveInitSections( in preserveInitSections()734 Error MachOPlatform::MachOPlatformPlugin::processObjCImageInfo( in processObjCImageInfo()812 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()868 Error MachOPlatform::MachOPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections()973 Error MachOPlatform::MachOPlatformPlugin::registerEHSectionsPhase1( in registerEHSectionsPhase1()
113 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {115 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function
772 ``MachOPlatformPlugin``, which installs a pass to record this information for