| /freebsd-12.1/contrib/llvm/tools/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() 79 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 118 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType() function in ValueObjectVariable 168 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue() 246 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue() 256 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 111 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { in GetValueType() function in ValueObjectDynamicValue 112 return m_parent->GetValueType(); in GetValueType() 259 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 49 lldb::ValueType ValueObjectChild::GetValueType() const { in GetValueType() function in ValueObjectChild 50 return m_parent->GetValueType(); in GetValueType() 122 Value::ValueType value_type = parent->GetValue().GetValueType(); in UpdateValue()
|
| H A D | ValueObjectMemory.cpp | 146 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType() function in ValueObjectMemory 165 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue() 201 SetValueDidChange(value_type != old_value.GetValueType() || in UpdateValue()
|
| H A D | ValueObjectSyntheticFilter.cpp | 127 lldb::ValueType ValueObjectSynthetic::GetValueType() const { in GetValueType() function in ValueObjectSynthetic 128 return m_parent->GetValueType(); in GetValueType()
|
| H A D | Value.cpp | 115 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueType() function in Value 150 switch (rhs.GetValueType()) { in AppendDataToHostBuffer() 673 if (!module || !target || (GetValueType() != eValueTypeFileAddress)) in ConvertToLoadAddress()
|
| H A D | ValueObjectConstResult.cpp | 195 lldb::ValueType ValueObjectConstResult::GetValueType() const { in GetValueType() function in ValueObjectConstResult
|
| H A D | ValueObject.cpp | 366 Value::ValueType value_type = value.GetValueType(); in GetLocationAsCStringImpl() 879 Value::ValueType value_type = m_value.GetValueType(); in SetData() 1504 switch (m_value.GetValueType()) { in GetAddressOf() 1539 switch (m_value.GetValueType()) { in GetPointerValue() 1573 Value::ValueType value_type = m_value.GetValueType(); in SetValueFromCString() 2057 if (m_value.GetValueType() == Value::eValueTypeLoadAddress) { in GetExpressionPath()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectRegister.h | 53 lldb::ValueType GetValueType() const override { in GetValueType() function 94 lldb::ValueType GetValueType() const override { in GetValueType() function 143 lldb::ValueType GetValueType() const override { in GetValueType() function
|
| H A D | ValueObjectCast.h | 43 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectMemory.h | 57 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectVariable.h | 64 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectChild.h | 44 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectDynamicValue.h | 57 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectSyntheticFilter.h | 62 lldb::ValueType GetValueType() const override;
|
| H A D | ValueObjectConstResult.h | 76 lldb::ValueType GetValueType() const override;
|
| H A D | Value.h | 149 ValueType GetValueType() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 94 if (first_row->GetCFAValue().GetValueType() != in AugmentUnwindPlanFromCallSite() 122 if (first_row->GetCFAValue().GetValueType() == in AugmentUnwindPlanFromCallSite() 123 last_row->GetCFAValue().GetValueType() && in AugmentUnwindPlanFromCallSite()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ABI.cpp | 138 switch (result_value.GetValueType()) { in GetReturnValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBValue.h | 64 ValueType GetValueType();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 198 if (arg_value->GetValueType() == Value::eValueTypeHostAddress && in WriteFunctionArguments()
|
| H A D | DWARFExpression.cpp | 1445 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 1542 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 2587 curr_piece_source_value.GetValueType(); in Evaluate() 2624 piece_byte_size, curr_piece_source_value.GetValueType() == in Evaluate() 2706 switch (stack.back().GetValueType()) { in Evaluate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 251 ValueType GetValueType() const { return m_type; } in GetValueType() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLLDB.cpp | 1635 active_row->GetCFAValue().GetValueType() != in TryFallbackUnwindPlan() 1715 active_row->GetCFAValue().GetValueType() != in ForceSwitchToFallbackUnwindPlan() 1751 switch (fa.GetValueType()) { in ReadFrameAddress()
|