Home
last modified time | relevance | path

Searched refs:addDebugSupport (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.h64 Error addDebugSupport(ObjectLayer &ObjLayer);
H A DLLJITWithRemoteDebugging.cpp226 ExitOnErr(Executor->addDebugSupport(J->getObjLinkingLayer())); in main()
H A DRemoteJITUtils.cpp115 Error JITLinkExecutor::addDebugSupport(ObjectLayer &ObjLayer) { in addDebugSupport() function in JITLinkExecutor