Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.h23 Error enableDebuggerSupport(LLJIT &J);
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp54 consumeError(enableDebuggerSupport(J)); in IncrementalExecutor()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp916 if (auto Err = enableDebuggerSupport(J)) { in tryEnableDebugSupport()