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

Declarations

tools/lldb/include/lldb/Core/Value.h
  138   ValueType GetValueType() const;

References

tools/lldb/source/Core/Value.cpp
  149   switch (rhs.GetValueType()) {
  671   if (!module || !target || (GetValueType() != eValueTypeFileAddress))
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();
 1516   switch (m_value.GetValueType()) {
 1551   switch (m_value.GetValueType()) {
 1585   Value::ValueType value_type = m_value.GetValueType();
 2073     if (m_value.GetValueType() == Value::eValueTypeLoadAddress) {
tools/lldb/source/Core/ValueObjectCast.cpp
   78       SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
   78       SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
tools/lldb/source/Core/ValueObjectChild.cpp
  121       Value::ValueType value_type = parent->GetValue().GetValueType();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  258         SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
  258         SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
tools/lldb/source/Core/ValueObjectMemory.cpp
  162     Value::ValueType value_type = m_value.GetValueType();
  198         SetValueDidChange(value_type != old_value.GetValueType() ||
tools/lldb/source/Core/ValueObjectVariable.cpp
  167       Value::ValueType value_type = m_value.GetValueType();
  200           SetValueDidChange(value_type != old_value.GetValueType() ||
  210           SetValueDidChange(value_type != old_value.GetValueType() ||
tools/lldb/source/Expression/DWARFExpression.cpp
 1131       Value::ValueType value_type = stack.back().GetValueType();
 1226       Value::ValueType value_type = stack.back().GetValueType();
 2192               curr_piece_source_value.GetValueType();
 2229                   piece_byte_size, curr_piece_source_value.GetValueType() ==
 2311         switch (stack.back().GetValueType()) {
tools/lldb/source/Expression/FunctionCaller.cpp
  194     if (arg_value->GetValueType() == Value::eValueTypeHostAddress &&
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1588   if (var_location.GetValueType() == Value::eValueTypeFileAddress) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1691                   if (location_result.GetValueType() ==
tools/lldb/source/Target/ABI.cpp
  139     switch (result_value.GetValueType()) {