Searched refs:enableDebuggerSupport (Results 1 – 5 of 5) sorted by relevance
23 Error enableDebuggerSupport(LLJIT &J);
21 return wrap(llvm::orc::enableDebuggerSupport(*unwrap(J))); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
21 Error enableDebuggerSupport(LLJIT &J) { in enableDebuggerSupport() function
54 consumeError(enableDebuggerSupport(J)); in IncrementalExecutor()
916 if (auto Err = enableDebuggerSupport(J)) { in tryEnableDebugSupport()