| /freebsd-13.1/contrib/llvm-project/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 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 D | ValueObjectDynamicValue.cpp | 110 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { in GetValueType() function in ValueObjectDynamicValue 111 return m_parent->GetValueType(); in GetValueType() 257 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 | 109 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueType() function in Value 144 switch (rhs.GetValueType()) { in AppendDataToHostBuffer() 650 if (!module || !target || (GetValueType() != ValueType::FileAddress)) in ConvertToLoadAddress()
|
| H A D | ValueObject.cpp | 294 Value::ValueType value_type = value.GetValueType(); in GetLocationAsCStringImpl() 797 Value::ValueType value_type = m_value.GetValueType(); in SetData() 1405 switch (m_value.GetValueType()) { in GetAddressOf() 1441 switch (m_value.GetValueType()) { in GetPointerValue() 1476 Value::ValueType value_type = m_value.GetValueType(); in SetValueFromCString() 1899 if (m_value.GetValueType() == Value::ValueType::LoadAddress) { in GetExpressionPath()
|
| H A D | ValueObjectConstResult.cpp | 202 lldb::ValueType ValueObjectConstResult::GetValueType() const { in GetValueType() function in ValueObjectConstResult
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/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;
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValue.i | 117 GetValueType (); 491 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameRecognizer.h | 160 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 934 if (value->GetValueType() == Value::ValueType::Scalar) in UpdateValueTypeFromLocationDescription() 943 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription() 1084 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 1184 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 2172 curr_piece_source_value.GetValueType(); in Evaluate() 2211 piece_byte_size, curr_piece_source_value.GetValueType() == in Evaluate() 2295 switch (stack.back().GetValueType()) { in Evaluate()
|
| H A D | FunctionCaller.cpp | 196 if (arg_value->GetValueType() == Value::ValueType::HostAddress && in WriteFunctionArguments()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 65 ValueType GetValueType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ABI.cpp | 122 switch (result_value.GetValueType()) { in GetReturnValueObject()
|