Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h125 ObjectLinkingLayer &addPlugin(std::shared_ptr<Plugin> P) { in addPlugin() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp269 ObjLinkingLayer.addPlugin(std::make_unique<ELFNixPlatformPlugin>(*this)); in ELFNixPlatform()
H A DCOFFPlatform.cpp401 ObjLinkingLayer.addPlugin(std::make_unique<COFFPlatformPlugin>(*this)); in COFFPlatform()
H A DLLJIT.cpp812 ObjLinkingLayer->addPlugin( in prepareForConstruction()
H A DMachOPlatform.cpp481 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1037 L->addPlugin(std::make_unique<orc::EHFrameRegistrationPlugin>( in runOrcJIT()