| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectCast.cpp | 57 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 D | ValueObjectChild.cpp | 47 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 D | ValueObjectDynamicValue.cpp | 110 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 D | ValueObjectVariable.cpp | 120 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 D | ValueObjectMemory.cpp | 157 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 D | ValueObjectVTable.cpp | 40 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 D | ValueObjectSynthetic.cpp | 140 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic 141 return m_parent->GetValueType(); in GetValueType()
|
| H A D | ValueObject.cpp | 290 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 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/ValueObject/ |
| 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 | ValueObjectCast.h | 37 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectVTable.h | 69 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectMemory.h | 52 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectVariable.h | 51 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 | ValueObjectSynthetic.h | 52 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectConstResult.h | 69 lldb::ValueType GetValueType() const override;
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 77 if (valobj.GetValueType() == lldb::eValueTypeVTableEntry) in CXXFunctionPointerSummaryProvider()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 111 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 D | Value.h | 83 ValueType GetValueType() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameRecognizer.h | 186 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() function
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 811 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 D | SBValueExtensions.i | 73 …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 D | SBValue.h | 73 ValueType GetValueType();
|