Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp56 lldb::ValueType ValueObjectCast::GetValueType() const { in GetValueType() function in ValueObjectCast
58 return m_parent->GetValueType(); in GetValueType()
76 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
H A DValueObjectChild.cpp48 lldb::ValueType ValueObjectChild::GetValueType() const { in GetValueType() function in ValueObjectChild
49 return m_parent->GetValueType(); in GetValueType()
112 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
144 switch (m_value.GetValueType()) { in UpdateValue()
H A DValueObjectVariable.cpp120 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType() function in ValueObjectVariable
172 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
227 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
237 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
254 Value::ValueType value_type = valobj.GetValue().GetValueType(); in DoUpdateChildrenAddressType()
H A DValueObjectDynamicValue.cpp107 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { in GetValueType() function in ValueObjectDynamicValue
108 return m_parent->GetValueType(); in GetValueType()
267 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
H A DValueObjectMemory.cpp149 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType() function in ValueObjectMemory
168 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
204 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
H A DValueObjectVTable.cpp38 ValueType GetValueType() const override { return eValueTypeVTableEntry; }; in GetValueType() function in ValueObjectVTableChild
168 ValueType ValueObjectVTable::GetValueType() const { return eValueTypeVTable; } in GetValueType() function in ValueObjectVTable
H A DValueObjectSyntheticFilter.cpp130 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic
131 return m_parent->GetValueType(); in GetValueType()
H A DValue.cpp109 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueType() function in Value
158 switch (rhs.GetValueType()) { in AppendDataToHostBuffer()
664 if (!module || !target || (GetValueType() != ValueType::FileAddress)) in ConvertToLoadAddress()
/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/Core/
H A DValueObjectRegister.h42 lldb::ValueType GetValueType() const override { in GetValueType() function
92 lldb::ValueType GetValueType() const override { in GetValueType() function
H A DValueObjectVTable.h72 lldb::ValueType GetValueType() const override;
H A DValueObjectCast.h38 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 DValue.h83 ValueType GetValueType() const;
H A DValueObjectSyntheticFilter.h52 lldb::ValueType GetValueType() const override;
H A DValueObjectConstResult.h68 lldb::ValueType GetValueType() const override;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp80 if (valobj.GetValueType() == lldb::eValueTypeVTableEntry) in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp783 if (value->GetValueType() == Value::ValueType::Scalar) in UpdateValueTypeFromLocationDescription()
792 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription()
1003 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
1100 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
2126 curr_piece_source_value.GetValueType(); in Evaluate()
2165 piece_byte_size, curr_piece_source_value.GetValueType() == in Evaluate()
2249 switch (stack.back().GetValueType()) { in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h161 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() function
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i59 …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.h71 ValueType GetValueType();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp123 switch (result_value.GetValueType()) { in GetReturnValueObject()

12