Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h25 bool gather_return_value = true);
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp39 bool continue_to_next_branch, bool gather_return_value) in ThreadPlanStepOut() argument
46 m_calculate_return_value(gather_return_value) { in ThreadPlanStepOut()