Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp58 m_variable_list_value_objects(), m_recognized_frame_sp(), m_disassembly(), in StackFrame()
83 m_variable_list_value_objects(), m_recognized_frame_sp(), m_disassembly(), in StackFrame()
109 m_variable_list_value_objects(), m_recognized_frame_sp(), m_disassembly(), in StackFrame()
1146 valobj_sp = m_variable_list_value_objects.GetValueObjectAtIndex(var_idx); in GetValueObjectForFrameVariable()
1148 if (m_variable_list_value_objects.GetSize() < num_variables) in GetValueObjectForFrameVariable()
1149 m_variable_list_value_objects.Resize(num_variables); in GetValueObjectForFrameVariable()
1151 m_variable_list_value_objects.SetValueObjectAtIndex(var_idx, valobj_sp); in GetValueObjectForFrameVariable()
1840 m_variable_list_value_objects.Swap(prev_frame.m_variable_list_value_objects); in UpdateCurrentFrameFromPreviousFrame()
1875 if (m_variable_list_value_objects.GetSize() > 0) in HasCachedData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h576 ValueObjectList m_variable_list_value_objects; // Value objects for each variable