Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp239 ObjLinkingLayer.addPlugin(std::make_unique<ELFNixPlatformPlugin>(*this)); in ELFNixPlatform()
571 void ELFNixPlatform::ELFNixPlatformPlugin::modifyPassConfig( in modifyPassConfig()
593 ELFNixPlatform::ELFNixPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()
606 void ELFNixPlatform::ELFNixPlatformPlugin::addInitializerSupportPasses( in addInitializerSupportPasses()
622 void ELFNixPlatform::ELFNixPlatformPlugin::addDSOHandleSupportPasses( in addDSOHandleSupportPasses()
644 void ELFNixPlatform::ELFNixPlatformPlugin::addEHAndTLVSupportPasses( in addEHAndTLVSupportPasses()
713 Error ELFNixPlatform::ELFNixPlatformPlugin::preserveInitSections( in preserveInitSections()
750 Error ELFNixPlatform::ELFNixPlatformPlugin::registerInitSections( in registerInitSections()
776 Error ELFNixPlatform::ELFNixPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h127 class ELFNixPlatformPlugin : public ObjectLinkingLayer::Plugin {
129 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() function