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

References

tools/lldb/include/lldb/Core/Value.h
  138   ValueType GetValueType() const;
  144   void SetValueType(ValueType value_type) { m_value_type = value_type; }
  215   static const char *GetValueTypeAsCString(ValueType context_type);
  231   ValueType m_value_type;
tools/lldb/include/lldb/Target/LanguageRuntime.h
   82                                         Value::ValueType &value_type) = 0;
tools/lldb/source/Core/Value.cpp
  114 Value::ValueType Value::GetValueType() const { return m_value_type; }
  640 const char *Value::GetValueTypeAsCString(ValueType value_type) {
tools/lldb/source/Core/ValueObject.cpp
  137   Value::ValueType value_type = m_value.GetValueType();
  382       Value::ValueType value_type = value.GetValueType();
  895   Value::ValueType value_type = m_value.GetValueType();
 1585   Value::ValueType value_type = m_value.GetValueType();
tools/lldb/source/Core/ValueObjectChild.cpp
  121       Value::ValueType value_type = parent->GetValue().GetValueType();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  147   Value::ValueType value_type;
tools/lldb/source/Core/ValueObjectMemory.cpp
  162     Value::ValueType value_type = m_value.GetValueType();
tools/lldb/source/Core/ValueObjectVariable.cpp
  167       Value::ValueType value_type = m_value.GetValueType();
tools/lldb/source/Expression/DWARFExpression.cpp
 1131       Value::ValueType value_type = stack.back().GetValueType();
 1226       Value::ValueType value_type = stack.back().GetValueType();
 2191           const Value::ValueType curr_piece_source_value_type =
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  189     Value::ValueType &value_type) {
  200   value_type = Value::ValueType::eValueTypeScalar;
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
   54                                 Value::ValueType &value_type) override;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  253     Value::ValueType &value_type) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
   54                                 Value::ValueType &value_type) override;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
   51     Value::ValueType &value_type) {
   53   value_type = Value::ValueType::eValueTypeScalar;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
   98                                 Value::ValueType &value_type) override;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  439     Value::ValueType &value_type) {
  455   value_type = Value::ValueType::eValueTypeScalar;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
   54                                 Value::ValueType &value_type) override;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1017     Value::ValueType &value_type) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  339                                 Value::ValueType &value_type) override;