Searched refs:m_immediate_step_from_function (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h66 Function *m_immediate_step_from_function; member in class:lldb_private::ThreadPlanStepOut
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp55 m_immediate_step_from_function(NULL)
118 m_immediate_step_from_function = sc.function;
465 if (m_immediate_step_from_function != NULL)
467 ClangASTType return_clang_type = m_immediate_step_from_function->GetClangType().GetFunctionReturnType();

Completed in 321 milliseconds