reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  488   Value &GetValue();

References

tools/lldb/include/lldb/Expression/ExpressionVariable.h
   46     return m_frozen_sp->GetValue().GetRegisterInfo();
   50     return m_frozen_sp->GetValue().SetContext(
   57     m_frozen_sp->GetValue().SetCompilerType(compiler_type);
tools/lldb/include/lldb/Target/StackFrameRecognizer.h
  144     m_value = m_parent->GetValue();
tools/lldb/source/Core/ValueObject.cpp
 1176             my_format = GetValue().GetCompilerType().GetFormat();
 3170         ptr_result_valobj_sp->GetValue().SetValueType(
 3309       ValueObjectConstResult::Create(target_sp.get(), GetValue(), name);
tools/lldb/source/Core/ValueObjectCast.cpp
   69     m_value = m_parent->GetValue();
tools/lldb/source/Core/ValueObjectChild.cpp
  120       m_value.GetScalar() = parent->GetValue().GetScalar();
  121       Value::ValueType value_type = parent->GetValue().GetValueType();
  228           Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value;
tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
  136     m_address_of_backend->GetValue().SetValueType(Value::eValueTypeScalar);
  137     m_address_of_backend->GetValue().GetScalar() = m_live_address;
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  201     m_value = m_parent->GetValue();
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  321   m_value = (source->UpdateValueIfNeeded(), source->GetValue());
tools/lldb/source/DataFormatters/TypeFormat.cpp
   46     Value &value(valobj->GetValue());
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  209     m_is_instance_ptr = (m_valobj->GetValue().GetCompilerType().GetTypeInfo() &
tools/lldb/source/Expression/ExpressionVariable.cpp
   22       m_frozen_sp->GetValue().ResizeData(byte_size);
   23       m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor());
tools/lldb/source/Expression/IRInterpreter.cpp
 1636         lldb_private::Value &value = vobj->GetValue();
tools/lldb/source/Expression/Materializer.cpp
  123     map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue()
  172           m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(),
  256       lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue()
  267       if (m_persistent_variable_sp->m_live_sp->GetValue()
tools/lldb/source/Target/ABI.cpp
  137     const Value &result_value = live_valobj_sp->GetValue();