Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepOut.cpp55 m_immediate_step_from_function(NULL) in ThreadPlanStepOut()
118 m_immediate_step_from_function = sc.function; in ThreadPlanStepOut()
465 if (m_immediate_step_from_function != NULL) in CalculateReturnValue()
467 …ClangASTType return_clang_type = m_immediate_step_from_function->GetClangType().GetFunctionReturnT… in CalculateReturnValue()
/external/lldb/include/lldb/Target/
DThreadPlanStepOut.h66 Function *m_immediate_step_from_function; variable