Home
last modified time | relevance | path

Searched refs:enableDebuggerSupport (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.h23 Error enableDebuggerSupport(LLJIT &J);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DLLJITUtilsCBindings.cpp21 return wrap(llvm::orc::enableDebuggerSupport(*unwrap(J))); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
H A DDebuggerSupport.cpp21 Error enableDebuggerSupport(LLJIT &J) { in enableDebuggerSupport() function
/src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp50 consumeError(llvm::orc::enableDebuggerSupport(J)); in createDefaultJITBuilder()
/src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp914 if (auto Err = enableDebuggerSupport(J)) { in tryEnableDebugSupport()