Searched refs:GetValueType (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp57 lldb::ValueType ValueObjectCast::GetValueType() const { function in class:ValueObjectCast
59 return m_parent->GetValueType();
78 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
H A DValueObjectVariable.cpp117 lldb::ValueType ValueObjectVariable::GetValueType() const { function in class:ValueObjectVariable
167 Value::ValueType value_type = m_value.GetValueType();
200 SetValueDidChange(value_type != old_value.GetValueType() ||
210 SetValueDidChange(value_type != old_value.GetValueType() ||
H A DValueObjectDynamicValue.cpp110 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { function in class:ValueObjectDynamicValue
111 return m_parent->GetValueType();
258 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
H A DValueObjectChild.cpp48 lldb::ValueType ValueObjectChild::GetValueType() const { function in class:ValueObjectChild
49 return m_parent->GetValueType();
121 Value::ValueType value_type = parent->GetValue().GetValueType();
H A DValueObjectMemory.cpp143 lldb::ValueType ValueObjectMemory::GetValueType() const { function in class:ValueObjectMemory
162 Value::ValueType value_type = m_value.GetValueType();
198 SetValueDidChange(value_type != old_value.GetValueType() ||
H A DValueObjectSyntheticFilter.cpp125 lldb::ValueType ValueObjectSynthetic::GetValueType() const { function in class:ValueObjectSynthetic
126 return m_parent->GetValueType();
H A DValue.cpp114 Value::ValueType Value::GetValueType() const { return m_value_type; } function in class:Value
149 switch (rhs.GetValueType()) {
676 if (!module || !target || (GetValueType() != eValueTypeFileAddress))
H A DValueObjectConstResult.cpp194 lldb::ValueType ValueObjectConstResult::GetValueType() const { function in class:ValueObjectConstResult
H A DValueObject.cpp146 Value::ValueType value_type = m_value.GetValueType();
390 Value::ValueType value_type = value.GetValueType();
907 Value::ValueType value_type = m_value.GetValueType();
1511 switch (m_value.GetValueType()) {
1546 switch (m_value.GetValueType()) {
1580 Value::ValueType value_type = m_value.GetValueType();
2067 if (m_value.GetValueType() == Value::eValueTypeLoadAddress) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h37 lldb::ValueType GetValueType() const override;
H A DValueObjectRegister.h39 lldb::ValueType GetValueType() const override {
78 lldb::ValueType GetValueType() const override {
125 lldb::ValueType GetValueType() const override {
H A DValueObjectChild.h41 lldb::ValueType GetValueType() const override;
H A DValueObjectMemory.h51 lldb::ValueType GetValueType() const override;
H A DValueObjectVariable.h50 lldb::ValueType GetValueType() const override;
H A DValueObjectDynamicValue.h48 lldb::ValueType GetValueType() const override;
H A DValueObjectConstResult.h67 lldb::ValueType GetValueType() const override;
H A DValueObjectSyntheticFilter.h51 lldb::ValueType GetValueType() const override;
H A DValue.h138 ValueType GetValueType() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp91 if (first_row->GetCFAValue().GetValueType() !=
119 if (first_row->GetCFAValue().GetValueType() ==
120 last_row->GetCFAValue().GetValueType() &&
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h141 lldb::ValueType GetValueType() const override { return m_type; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp121 switch (result_value.GetValueType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i117 GetValueType ();
495 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-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h65 ValueType GetValueType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp196 if (arg_value->GetValueType() == Value::eValueTypeHostAddress &&
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h256 ValueType GetValueType() const { return m_type; } function in class:lldb_private::UnwindPlan::Row::FAValue

Completed in 122 milliseconds

12