Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.h39 llvm::Error addDebugSupport(llvm::orc::ObjectLayer &ObjLayer);
H A DLLJITWithRemoteDebugging.cpp210 ExitOnErr(addDebugSupport(J->getObjLinkingLayer())); in main()
H A DRemoteJITUtils.cpp29 Error addDebugSupport(ObjectLayer &ObjLayer) { in addDebugSupport() function