Searched refs:MachOPlatformPlugin (Results 1 – 2 of 2) sorted by relevance
481 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()800 void MachOPlatform::MachOPlatformPlugin::modifyPassConfig( in modifyPassConfig()905 Error MachOPlatform::MachOPlatformPlugin::956 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineEnd( in bootstrapPipelineEnd()968 Error MachOPlatform::MachOPlatformPlugin::associateJITDylibHeaderSymbol( in associateJITDylibHeaderSymbol()991 Error MachOPlatform::MachOPlatformPlugin::preserveImportantSections( in preserveImportantSections()1055 Error MachOPlatform::MachOPlatformPlugin::processObjCImageInfo( in processObjCImageInfo()1144 Error MachOPlatform::MachOPlatformPlugin::mergeImageInfoFlags( in mergeImageInfoFlags()1208 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()1266 std::optional<MachOPlatform::MachOPlatformPlugin::UnwindSections>[all …]
208 class LLVM_ABI MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {210 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function