/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectCast.cpp | 58 lldb::ValueType ValueObjectCast::GetValueType() const { in GetValueType() function in ValueObjectCast 60 return m_parent->GetValueType(); in GetValueType() 78 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 | 124 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType() function in ValueObjectVariable 179 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue() 234 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue() 244 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue() 262 Value::ValueType value_type = valobj.GetValue().GetValueType(); in DoUpdateChildrenAddressType()
|
H A D | ValueObjectDynamicValue.cpp | 110 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { in GetValueType() function in ValueObjectDynamicValue 111 return m_parent->GetValueType(); in GetValueType() 270 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
|
H A D | ValueObjectMemory.cpp | 153 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType() function in ValueObjectMemory 172 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue() 208 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
|
H A D | ValueObjectVTable.cpp | 40 ValueType GetValueType() const override { return eValueTypeVTableEntry; }; in GetValueType() function in ValueObjectVTableChild 170 ValueType ValueObjectVTable::GetValueType() const { return eValueTypeVTable; } in GetValueType() function in ValueObjectVTable
|
H A D | ValueObjectSyntheticFilter.cpp | 140 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic 141 return m_parent->GetValueType(); in GetValueType()
|
H A D | Value.cpp | 109 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueAddressType() 158 switch (rhs.GetValueType()) { in AppendDataToHostBuffer() 664 if (!module || !target || (GetValueType() != ValueType::FileAddress)) in ConvertToLoadAddress() 107 Value::ValueType Value::GetValueType() const { return m_value_type; } GetValueType() function in Value
|
H A D | ValueObjectConstResult.cpp | 203 lldb::ValueType ValueObjectConstResult::GetValueType() const { in GetValueType() function in ValueObjectConstResult
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectRegister.h | 42 lldb::ValueType GetValueType() const override { in GetValueType() function 94 lldb::ValueType GetValueType() const override { in GetValueType() function
|
H A D | ValueObjectVTable.h | 69 lldb::ValueType GetValueType() const override;
|
H A D | ValueObjectCast.h | 38 lldb::ValueType GetValueType() const override;
|
H A D | ValueObjectVariable.h | 51 lldb::ValueType GetValueType() const override;
|
H A D | ValueObjectMemory.h | 52 lldb::ValueType GetValueType() const override;
|
H A D | ValueObjectChild.h | 40 lldb::ValueType GetValueType() const override;
|
H A D | ValueObjectDynamicValue.h | 48 lldb::ValueType GetValueType() const override;
|
H A D | Value.h | 83 ValueType GetValueType() const;
|
H A D | ValueObjectSyntheticFilter.h | 52 lldb::ValueType GetValueType() const override;
|
H A D | ValueObjectConstResult.h | 68 lldb::ValueType GetValueType() const override;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrameRecognizer.h | 162 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() function
|
/freebsd/contrib/llvm-project/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() 961 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 1045 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 1853 curr_piece_source_value.GetValueType(); in Evaluate() 1954 switch (stack.back().GetValueType()) { in Evaluate()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBValueExtensions.i | 59 value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eValueType") that represents the type of this value (local, argument, global, register, etc.).''')
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBValue.h | 73 ValueType GetValueType();
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ABI.cpp | 123 switch (result_value.GetValueType()) { in GetReturnValueObject()
|