Home
last modified time | relevance | path

Searched refs:addPlugin (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyObjectLinkingLayer.cpp77 BaseLayer.addPlugin(std::make_unique<RenamerPlugin>()); in LazyObjectLinkingLayer()
H A DJITLinkReentryTrampolines.cpp114 ObjLinkingLayer.addPlugin(std::move(TAS)); in JITLinkReentryTrampolines()
H A DLLJIT.cpp1247 OLL->addPlugin(std::move(*UIRP)); in setUpGenericLLVMIRPlatform()
1258 OLL->addPlugin(std::move(*EHFP)); in setUpGenericLLVMIRPlatform()
H A DCOFFPlatform.cpp399 ObjLinkingLayer.addPlugin(std::make_unique<COFFPlatformPlugin>(*this)); in COFFPlatform()
H A DELFNixPlatform.cpp383 ObjLinkingLayer.addPlugin(std::make_unique<ELFNixPlatformPlugin>(*this)); in ELFNixPlatform()
H A DMachOPlatform.cpp481 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLinkGraphLinkingLayer.h94 LinkGraphLinkingLayer &addPlugin(std::shared_ptr<Plugin> P) { in addPlugin() function