Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h94 class LLVM_ABI COFFPlatformPlugin : public ObjectLinkingLayer::Plugin {
96 COFFPlatformPlugin(COFFPlatform &CP) : CP(CP) {} in COFFPlatformPlugin() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp399 ObjLinkingLayer.addPlugin(std::make_unique<COFFPlatformPlugin>(*this)); in COFFPlatform()
749 void COFFPlatform::COFFPlatformPlugin::modifyPassConfig( in modifyPassConfig()
780 Error COFFPlatform::COFFPlatformPlugin::associateJITDylibHeaderSymbol( in associateJITDylibHeaderSymbol()
815 Error COFFPlatform::COFFPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections()
837 Error COFFPlatform::COFFPlatformPlugin::preserveInitializerSections( in preserveInitializerSections()
873 Error COFFPlatform::COFFPlatformPlugin::