Home
last modified time | relevance | path

Searched refs:GetValueObjectList (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h169 const ValueObjectList &GetValueObjectList() const { return m_value_objects; } in GetValueObjectList() function
171 ValueObjectList &GetValueObjectList() { return m_value_objects; } in GetValueObjectList() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp155 result.GetValueObjectList().Append(valobj_sp); in DoExecute()
568 result.GetValueObjectList().Append(valobj_sp); in DoExecute()
610 result.GetValueObjectList().Append(valobj_sp); in DoExecute()
661 result.GetValueObjectList().Append(valobj_sp); in DoExecute()
704 result.GetValueObjectList().Append(rec_value_sp); in DoExecute()
H A DCommandObjectDWIMPrint.cpp211 result.GetValueObjectList().Append(valobj_sp); in DoExecute()
H A DCommandObjectExpression.cpp439 result.GetValueObjectList().Append(result_valobj_sp); in EvaluateExpression()
H A DCommandObjectTarget.cpp829 result.GetValueObjectList().Append(valobj_sp); in DumpGlobalVariableList()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp369 ref().GetValueObjectList().GetObjects()) { in GetValues()