Searched refs:GetPrivate (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStack.cpp65 if (!plan->GetPrivate()) {
77 if (!include_internal && plan->GetPrivate())
266 if (!completed_plan_sp->GetPrivate())
278 if (skip_private && plan_sp->GetPrivate())
H A DProcess.cpp4606 m_private = m_thread_plan_sp->GetPrivate();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h417 bool GetPrivate() { return m_plan_private; } function in class:lldb_private::ThreadPlan

Completed in 124 milliseconds