Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectCast.cpp55 lldb::ValueType ValueObjectCast::GetValueType() const { in GetValueType() function in ValueObjectCast
57 return m_parent->GetValueType(); in GetValueType()
75 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()
114 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
146 switch (m_value.GetValueType()) { in UpdateValue()
H A DValueObjectVariable.cpp119 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType() function in ValueObjectVariable
171 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue()
226 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
236 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
253 Value::ValueType value_type = valobj.GetValue().GetValueType(); in DoUpdateChildrenAddressType()
H A DValueObjectDynamicValue.cpp106 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { in GetValueType() function in ValueObjectDynamicValue
107 return m_parent->GetValueType(); in GetValueType()
253 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 DValueObjectSyntheticFilter.cpp128 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic
129 return m_parent->GetValueType(); in GetValueType()
H A DValue.cpp106 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueType() function in Value
141 switch (rhs.GetValueType()) { in AppendDataToHostBuffer()
647 if (!module || !target || (GetValueType() != ValueType::FileAddress)) in ConvertToLoadAddress()
/llvm-project-15.0.7/lldb/test/API/commands/frame/recognizer/
H A DTestFrameRecognizer.py100 … self.assertEqual(variables.GetValueAtIndex(0).GetValueType(), lldb.eValueTypeVariableArgument)
103 … self.assertEqual(variables.GetValueAtIndex(1).GetValueType(), lldb.eValueTypeVariableArgument)
259 … self.assertEqual(variables.GetValueAtIndex(0).GetValueType(), lldb.eValueTypeVariableArgument)
262 … self.assertEqual(variables.GetValueAtIndex(1).GetValueType(), lldb.eValueTypeVariableArgument)
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectRegister.h41 lldb::ValueType GetValueType() const override { in GetValueType() function
91 lldb::ValueType GetValueType() const override { in GetValueType() function
H A DValueObjectCast.h37 lldb::ValueType GetValueType() const override;
H A DValueObjectMemory.h51 lldb::ValueType GetValueType() const override;
H A DValueObjectVariable.h50 lldb::ValueType GetValueType() const override;
H A DValueObjectChild.h41 lldb::ValueType GetValueType() const override;
H A DValueObjectDynamicValue.h47 lldb::ValueType GetValueType() const override;
H A DValue.h83 ValueType GetValueType() const;
H A DValueObjectSyntheticFilter.h51 lldb::ValueType GetValueType() const override;
H A DValueObjectConstResult.h67 lldb::ValueType GetValueType() const override;
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/
H A DTestStaticVariables.py142 val.GetValueType(), lldb.eValueTypeVariableStatic)
146 val.GetValueType(), lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py217 variable.GetValueType(), lldb.eValueTypeVariableLocal,
223 self.assertEquals(argc.GetValueType(), lldb.eValueTypeVariableArgument,
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py18 obj.GetValueType()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValue.i117 GetValueType ();
494 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp750 if (value->GetValueType() == Value::ValueType::Scalar) in UpdateValueTypeFromLocationDescription()
759 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription()
966 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
1055 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate()
2077 curr_piece_source_value.GetValueType(); in Evaluate()
2116 piece_byte_size, curr_piece_source_value.GetValueType() == in Evaluate()
2200 switch (stack.back().GetValueType()) { in Evaluate()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h160 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValue.h65 ValueType GetValueType();

12