Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.cpp41 ObjLinkingLayer->addPlugin(std::make_unique<DebugObjectManagerPlugin>( in enableDebuggerSupport()
49 ObjLinkingLayer->addPlugin(std::move(*DS)); in enableDebuggerSupport()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h125 ObjectLinkingLayer &addPlugin(std::shared_ptr<Plugin> P) { in addPlugin() function
/src/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()
/src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1037 L->addPlugin(std::make_unique<orc::EHFrameRegistrationPlugin>( in runOrcJIT()