Home
last modified time | relevance | path

Searched refs:MachOPlatformPlugin (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp342 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()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h113 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
115 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function
/llvm-project-15.0.7/llvm/docs/
H A DJITLink.rst772 ``MachOPlatformPlugin``, which installs a pass to record this information for