Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp285 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h130 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
132 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function