Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp58 lldb::ValueType ValueObjectCast::GetValueType() const { in GetValueType() function in ValueObjectCast
60 return m_parent->GetValueType(); in GetValueType()
79 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
H A DValueObjectVariable.cpp118 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType() function in ValueObjectVariable
168 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
246 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
256 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
H A DValueObjectDynamicValue.cpp111 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { in GetValueType() function in ValueObjectDynamicValue
112 return m_parent->GetValueType(); in GetValueType()
259 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
H A DValueObjectChild.cpp49 lldb::ValueType ValueObjectChild::GetValueType() const { in GetValueType() function in ValueObjectChild
50 return m_parent->GetValueType(); in GetValueType()
122 Value::ValueType value_type = parent->GetValue().GetValueType(); in UpdateValue()
H A DValueObjectMemory.cpp146 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType() function in ValueObjectMemory
165 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
201 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
H A DValueObjectSyntheticFilter.cpp127 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic
128 return m_parent->GetValueType(); in GetValueType()
H A DValue.cpp115 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueType() function in Value
150 switch (rhs.GetValueType()) { in AppendDataToHostBuffer()
673 if (!module || !target || (GetValueType() != eValueTypeFileAddress)) in ConvertToLoadAddress()
H A DValueObjectConstResult.cpp195 lldb::ValueType ValueObjectConstResult::GetValueType() const { in GetValueType() function in ValueObjectConstResult
H A DValueObject.cpp366 Value::ValueType value_type = value.GetValueType(); in GetLocationAsCStringImpl()
879 Value::ValueType value_type = m_value.GetValueType(); in SetData()
1504 switch (m_value.GetValueType()) { in GetAddressOf()
1539 switch (m_value.GetValueType()) { in GetPointerValue()
1573 Value::ValueType value_type = m_value.GetValueType(); in SetValueFromCString()
2057 if (m_value.GetValueType() == Value::eValueTypeLoadAddress) { in GetExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h53 lldb::ValueType GetValueType() const override { in GetValueType() function
94 lldb::ValueType GetValueType() const override { in GetValueType() function
143 lldb::ValueType GetValueType() const override { in GetValueType() function
H A DValueObjectCast.h43 lldb::ValueType GetValueType() const override;
H A DValueObjectMemory.h57 lldb::ValueType GetValueType() const override;
H A DValueObjectVariable.h64 lldb::ValueType GetValueType() const override;
H A DValueObjectChild.h44 lldb::ValueType GetValueType() const override;
H A DValueObjectDynamicValue.h57 lldb::ValueType GetValueType() const override;
H A DValueObjectSyntheticFilter.h62 lldb::ValueType GetValueType() const override;
H A DValueObjectConstResult.h76 lldb::ValueType GetValueType() const override;
H A DValue.h149 ValueType GetValueType() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp94 if (first_row->GetCFAValue().GetValueType() != in AugmentUnwindPlanFromCallSite()
122 if (first_row->GetCFAValue().GetValueType() == in AugmentUnwindPlanFromCallSite()
123 last_row->GetCFAValue().GetValueType() && in AugmentUnwindPlanFromCallSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp138 switch (result_value.GetValueType()) { in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h64 ValueType GetValueType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp198 if (arg_value->GetValueType() == Value::eValueTypeHostAddress && in WriteFunctionArguments()
H A DDWARFExpression.cpp1445 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
1542 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
2587 curr_piece_source_value.GetValueType(); in Evaluate()
2624 piece_byte_size, curr_piece_source_value.GetValueType() == in Evaluate()
2706 switch (stack.back().GetValueType()) { in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h251 ValueType GetValueType() const { return m_type; } in GetValueType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1635 active_row->GetCFAValue().GetValueType() != in TryFallbackUnwindPlan()
1715 active_row->GetCFAValue().GetValueType() != in ForceSwitchToFallbackUnwindPlan()
1751 switch (fa.GetValueType()) { in ReadFrameAddress()

12