| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 55 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 D | ValueObjectChild.cpp | 48 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 D | ValueObjectVariable.cpp | 119 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 D | ValueObjectDynamicValue.cpp | 106 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 D | ValueObjectMemory.cpp | 149 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 D | ValueObjectSyntheticFilter.cpp | 128 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic 129 return m_parent->GetValueType(); in GetValueType()
|
| H A D | Value.cpp | 106 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 D | TestFrameRecognizer.py | 100 … 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 D | UnwindAssembly-x86.cpp | 92 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 D | ValueObjectRegister.h | 41 lldb::ValueType GetValueType() const override { in GetValueType() function 91 lldb::ValueType GetValueType() const override { in GetValueType() function
|
| H A D | ValueObjectCast.h | 37 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectMemory.h | 51 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectVariable.h | 50 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectChild.h | 41 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectDynamicValue.h | 47 lldb::ValueType GetValueType() const override;
|
| H A D | Value.h | 83 ValueType GetValueType() const;
|
| H A D | ValueObjectSyntheticFilter.h | 51 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectConstResult.h | 67 lldb::ValueType GetValueType() const override;
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/ |
| H A D | TestStaticVariables.py | 142 val.GetValueType(), lldb.eValueTypeVariableStatic) 146 val.GetValueType(), lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/array_types/ |
| H A D | TestArrayTypes.py | 217 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 D | sb_value.py | 18 obj.GetValueType()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValue.i | 117 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 D | DWARFExpression.cpp | 750 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 D | StackFrameRecognizer.h | 160 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() function
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBValue.h | 65 ValueType GetValueType();
|