Searched refs:thread_to_use_sp (Results 1 – 5 of 5) sorted by relevance
58 lldb::ThreadSP thread_to_use_sp, Status &error) { in MakeFunctionCaller() argument93 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
67 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() argument75 thread_to_use_sp); in CompileFunction()
134 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
3114 lldb::ThreadSP thread_to_use_sp = cur_threadlist.GetThreadAtIndex(0); in RunStopHooks() local3116 m_process_sp.get(), thread_to_use_sp.get(), in RunStopHooks()3117 thread_to_use_sp->GetStackFrameAtIndex(0).get()); in RunStopHooks()