Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp383 ObjLinkingLayer.addPlugin(std::make_unique<ELFNixPlatformPlugin>(*this)); in ELFNixPlatform()
623 Error ELFNixPlatform::ELFNixPlatformPlugin::bootstrapPipelineStart( in bootstrapPipelineStart()
631 Error ELFNixPlatform::ELFNixPlatformPlugin::
678 Error ELFNixPlatform::ELFNixPlatformPlugin::bootstrapPipelineEnd( in bootstrapPipelineEnd()
727 void ELFNixPlatform::ELFNixPlatformPlugin::modifyPassConfig( in modifyPassConfig()
779 void ELFNixPlatform::ELFNixPlatformPlugin::addDSOHandleSupportPasses( in addDSOHandleSupportPasses()
805 void ELFNixPlatform::ELFNixPlatformPlugin::addEHAndTLVSupportPasses( in addEHAndTLVSupportPasses()
864 Error ELFNixPlatform::ELFNixPlatformPlugin::preserveInitSections( in preserveInitSections()
900 Error ELFNixPlatform::ELFNixPlatformPlugin::registerInitSections( in registerInitSections()
982 Error ELFNixPlatform::ELFNixPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h169 class LLVM_ABI ELFNixPlatformPlugin : public ObjectLinkingLayer::Plugin {
171 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() function