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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp55 lldb::ValueType ValueObjectCast::GetValueType() const { function in class:ValueObjectCast
57 return m_parent->GetValueType();
75 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
H A DValueObjectVariable.cpp119 lldb::ValueType ValueObjectVariable::GetValueType() const { function in class:ValueObjectVariable
169 Value::ValueType value_type = m_value.GetValueType();
223 SetValueDidChange(value_type != old_value.GetValueType() ||
233 SetValueDidChange(value_type != old_value.GetValueType() ||
250 Value::ValueType value_type = valobj.GetValue().GetValueType();
H A DValueObjectDynamicValue.cpp110 lldb::ValueType ValueObjectDynamicValue::GetValueType() const { function in class:ValueObjectDynamicValue
111 return m_parent->GetValueType();
257 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.cpp148 lldb::ValueType ValueObjectMemory::GetValueType() const { function in class:ValueObjectMemory
167 Value::ValueType value_type = m_value.GetValueType();
203 SetValueDidChange(value_type != old_value.GetValueType() ||
H A DValueObjectSyntheticFilter.cpp126 lldb::ValueType ValueObjectSynthetic::GetValueType() const { function in class:ValueObjectSynthetic
127 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.cpp207 lldb::ValueType ValueObjectConstResult::GetValueType() const { function in class:ValueObjectConstResult
H A DValueObject.cpp336 Value::ValueType value_type = value.GetValueType();
854 Value::ValueType value_type = m_value.GetValueType();
1460 switch (m_value.GetValueType()) {
1495 switch (m_value.GetValueType()) {
1529 Value::ValueType value_type = m_value.GetValueType();
1993 if (m_value.GetValueType() == Value::eValueTypeLoadAddress) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h37 lldb::ValueType GetValueType() const override;
H A DValueObjectRegister.h41 lldb::ValueType GetValueType() const override {
91 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.h47 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-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp93 if (first_row->GetCFAValue().GetValueType() !=
121 if (first_row->GetCFAValue().GetValueType() ==
122 last_row->GetCFAValue().GetValueType() &&
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h149 lldb::ValueType GetValueType() const override { return m_type; }
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h65 ValueType GetValueType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp127 switch (result_value.GetValueType()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp196 if (arg_value->GetValueType() == Value::eValueTypeHostAddress &&
H A DDWARFExpression.cpp1025 Value::ValueType value_type = stack.back().GetValueType();
1120 Value::ValueType value_type = stack.back().GetValueType();
2090 curr_piece_source_value.GetValueType();
2127 piece_byte_size, curr_piece_source_value.GetValueType() ==
2217 switch (stack.back().GetValueType()) {

Completed in 123 milliseconds

12