Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectCast.cpp57 lldb::ValueType ValueObjectCast::GetValueType() const { in GetValueType() function in ValueObjectCast
59 return m_parent->GetValueType(); in GetValueType()
77 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
H A DValueObjectChild.cpp47 lldb::ValueType ValueObjectChild::GetValueType() const { in GetValueType() function in ValueObjectChild
48 return m_parent->GetValueType(); in GetValueType()
113 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
145 switch (m_value.GetValueType()) { in UpdateValue()
H A DValueObjectDynamicValue.cpp110 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { in GetValueType() function in ValueObjectDynamicValue
111 return m_parent->GetValueType(); in GetValueType()
284 m_value.GetValueType() == Value::ValueType::HostAddress) && in UpdateValue()
294 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
H A DValueObjectVariable.cpp120 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType() function in ValueObjectVariable
174 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
228 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
237 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
255 Value::ValueType value_type = valobj.GetValue().GetValueType(); in DoUpdateChildrenAddressType()
H A DValueObjectMemory.cpp157 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType() function in ValueObjectMemory
176 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
212 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
H A DValueObjectVTable.cpp40 ValueType GetValueType() const override { return eValueTypeVTableEntry; }; in GetValueType() function in ValueObjectVTableChild
169 ValueType ValueObjectVTable::GetValueType() const { return eValueTypeVTable; } in GetValueType() function in ValueObjectVTable
H A DValueObjectSynthetic.cpp140 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic
141 return m_parent->GetValueType(); in GetValueType()
H A DValueObject.cpp290 Value::ValueType value_type = value.GetValueType(); in GetLocationAsCStringImpl()
798 Value::ValueType value_type = m_value.GetValueType(); in SetData()
852 if (m_value.GetValueType() != Value::ValueType::HostAddress) in GetLocalBuffer()
1608 switch (m_value.GetValueType()) { in GetAddressOf()
1632 switch (m_value.GetValueType()) { in GetPointerValue()
1676 Value::ValueType value_type = m_value.GetValueType(); in SetValueFromCString()
2103 if (m_value.GetValueType() == Value::ValueType::LoadAddress) { in GetExpressionPath()
2928 m_value.GetValueType() == Value::ValueType::LoadAddress) in Cast()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp92 if (first_row->GetCFAValue().GetValueType() != in AugmentUnwindPlanFromCallSite()
120 if (first_row->GetCFAValue().GetValueType() == in AugmentUnwindPlanFromCallSite()
121 last_row->GetCFAValue().GetValueType() && in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectRegister.h42 lldb::ValueType GetValueType() const override { in GetValueType() function
94 lldb::ValueType GetValueType() const override { in GetValueType() function
H A DValueObjectCast.h37 lldb::ValueType GetValueType() const override;
H A DValueObjectVTable.h69 lldb::ValueType GetValueType() const override;
H A DValueObjectMemory.h52 lldb::ValueType GetValueType() const override;
H A DValueObjectVariable.h51 lldb::ValueType GetValueType() const override;
H A DValueObjectChild.h40 lldb::ValueType GetValueType() const override;
H A DValueObjectDynamicValue.h48 lldb::ValueType GetValueType() const override;
H A DValueObjectSynthetic.h52 lldb::ValueType GetValueType() const override;
H A DValueObjectConstResult.h69 lldb::ValueType GetValueType() const override;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp77 if (valobj.GetValueType() == lldb::eValueTypeVTableEntry) in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp111 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueType() function in Value
160 switch (rhs.GetValueType()) { in AppendDataToHostBuffer()
677 if (!module || !target || (GetValueType() != ValueType::FileAddress)) in ConvertToLoadAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h83 ValueType GetValueType() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h186 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp811 if (value->GetValueType() == Value::ValueType::Scalar) in UpdateValueTypeFromLocationDescription()
820 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription()
870 const Value::ValueType value_type = stack.back().GetValueType(); in Evaluate_DW_OP_deref()
1110 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
1916 curr_piece_source_value.GetValueType(); in Evaluate()
2029 switch (stack.back().GetValueType()) { in Evaluate()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i73 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h73 ValueType GetValueType();

12