Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp299 ObjLinkingLayer.addPlugin(std::make_unique<ELFNixPlatformPlugin>(*this)); in ELFNixPlatform()
636 void ELFNixPlatform::ELFNixPlatformPlugin::modifyPassConfig( in modifyPassConfig()
658 ELFNixPlatform::ELFNixPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()
671 void ELFNixPlatform::ELFNixPlatformPlugin::addInitializerSupportPasses( in addInitializerSupportPasses()
687 void ELFNixPlatform::ELFNixPlatformPlugin::addDSOHandleSupportPasses( in addDSOHandleSupportPasses()
708 void ELFNixPlatform::ELFNixPlatformPlugin::addEHAndTLVSupportPasses( in addEHAndTLVSupportPasses()
777 Error ELFNixPlatform::ELFNixPlatformPlugin::preserveInitSections( in preserveInitSections()
813 Error ELFNixPlatform::ELFNixPlatformPlugin::registerInitSections( in registerInitSections()
839 Error ELFNixPlatform::ELFNixPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h129 class ELFNixPlatformPlugin : public ObjectLinkingLayer::Plugin {
131 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() function