Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOut.cpp44 m_immediate_step_from_function(nullptr), in ThreadPlanStepOut()
155 m_immediate_step_from_function = sc.function; in ThreadPlanStepOut()
509 if (m_immediate_step_from_function != nullptr) { in CalculateReturnValue()
511 m_immediate_step_from_function->GetCompilerType() in CalculateReturnValue()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepOut.h71 Function *m_immediate_step_from_function; variable