Home
last modified time | relevance | path

Searched refs:GetValueType (Results 1 – 25 of 27) sorted by relevance

12

/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectCast.cpp84 ValueObjectCast::GetValueType() const in GetValueType() function in ValueObjectCast
87 return m_parent->GetValueType(); in GetValueType()
110 …SetValueDidChange (m_value.GetValueType() != old_value.GetValueType() || m_value.GetScalar() != ol… in UpdateValue()
HDValueObjectChild.cpp58 ValueObjectChild::GetValueType() const in GetValueType() function in ValueObjectChild
60 return m_parent->GetValueType(); in GetValueType()
126 Value::ValueType value_type = parent->GetValue().GetValueType(); in UpdateValue()
HDValueObjectDynamicValue.cpp126 ValueObjectDynamicValue::GetValueType() const in GetValueType() function in ValueObjectDynamicValue
128 return m_parent->GetValueType(); in GetValueType()
329 …SetValueDidChange (m_value.GetValueType() != old_value.GetValueType() || m_value.GetScalar() != ol… in UpdateValue()
HDValueObjectMemory.cpp168 ValueObjectMemory::GetValueType() const in GetValueType() function in ValueObjectMemory
192 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
233 …SetValueDidChange (value_type != old_value.GetValueType() || m_value.GetScalar() != old_value.GetS… in UpdateValue()
HDValueObjectVariable.cpp108 ValueObjectVariable::GetValueType() const in GetValueType() function in ValueObjectVariable
164 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
233 …SetValueDidChange (value_type != old_value.GetValueType() || m_value.GetScalar() != old_value.GetS… in UpdateValue()
HDValueObjectSyntheticFilter.cpp138 ValueObjectSynthetic::GetValueType() const in GetValueType() function in ValueObjectSynthetic
140 return m_parent->GetValueType(); in GetValueType()
HDValueObjectConstResult.cpp246 ValueObjectConstResult::GetValueType() const in GetValueType() function in ValueObjectConstResult
HDValueObject.cpp407 Value::ValueType value_type = value.GetValueType(); in GetLocationAsCStringImpl()
1101 Value::ValueType value_type = m_value.GetValueType(); in SetData()
1783 switch (m_value.GetValueType()) in GetAddressOf()
1820 switch (m_value.GetValueType()) in GetPointerValue()
1860 Value::ValueType value_type = m_value.GetValueType(); in SetValueFromCString()
HDValue.cpp122 Value::GetValueType() const in GetValueType() function in Value
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectRegister.h38 GetValueType () const in GetValueType() function
85 GetValueType () const in GetValueType() function
143 GetValueType () const in GetValueType() function
HDValueObjectCast.h42 GetValueType() const;
HDValueObjectVariable.h47 GetValueType() const;
HDValueObjectMemory.h54 GetValueType() const;
HDValueObjectConstResultImpl.h54 return (m_impl_backend->GetValue().GetValueType() == Value::eValueTypeHostAddress); in NeedsDerefOnTarget()
HDValueObjectChild.h54 GetValueType() const;
HDValueObjectDynamicValue.h45 GetValueType() const;
HDValueObjectSyntheticFilter.h52 GetValueType() const;
HDValueObjectConstResult.h75 GetValueType() const;
HDValue.h140 GetValueType() const;
HDValueObject.h389 GetValueType() const = 0;
/trueos/contrib/llvm/tools/lldb/source/Target/
HDABI.cpp152 switch (result_value.GetValueType()) in GetReturnValueObject()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBValue.h82 GetValueType ();
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDDWARFExpression.cpp1438 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
1520 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
2586 switch (stack.back().GetValueType()) in Evaluate()
2631 switch (stack.back().GetValueType()) in Evaluate()
HDClangFunction.cpp362 if (arg_value->GetValueType() == Value::eValueTypeHostAddress && in WriteFunctionArguments()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp438 SBValue::GetValueType () in GetValueType() function in SBValue
444 result = value_sp->GetValueType(); in GetValueType()

12