Lines Matching refs:m_valobj

48   m_valobj = nullptr;  in Init()
86 if (!GetMostSpecializedValue() || m_valobj == nullptr) in PrintValueObject()
111 if (m_valobj) in GetMostSpecializedValue()
115 m_valobj = m_orig_valobj; in GetMostSpecializedValue()
121 m_valobj = static_value; in GetMostSpecializedValue()
123 m_valobj = m_orig_valobj; in GetMostSpecializedValue()
125 m_valobj = m_orig_valobj; in GetMostSpecializedValue()
131 m_valobj = dynamic_value; in GetMostSpecializedValue()
133 m_valobj = m_orig_valobj; in GetMostSpecializedValue()
135 m_valobj = m_orig_valobj; in GetMostSpecializedValue()
138 if (m_valobj->IsSynthetic()) { in GetMostSpecializedValue()
140 ValueObject *non_synthetic = m_valobj->GetNonSyntheticValue().get(); in GetMostSpecializedValue()
142 m_valobj = non_synthetic; in GetMostSpecializedValue()
146 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
148 m_valobj = synthetic; in GetMostSpecializedValue()
152 m_compiler_type = m_valobj->GetCompilerType(); in GetMostSpecializedValue()
158 const char *str = m_valobj->GetObjectDescription(); in GetDescriptionForDisplay()
160 str = m_valobj->GetSummaryAsCString(); in GetDescriptionForDisplay()
162 str = m_valobj->GetValueAsCString(); in GetDescriptionForDisplay()
168 ? m_valobj->GetName().AsCString() in GetRootNameForDisplay()
184 m_is_nil = m_valobj->IsNilReference() ? eLazyBoolYes : eLazyBoolNo; in IsNil()
191 m_valobj->IsUninitializedReference() ? eLazyBoolYes : eLazyBoolNo; in IsUninitialized()
217 m_is_instance_ptr = (m_valobj->GetValue().GetCompilerType().GetTypeInfo() & in IsInstancePointer()
221 if ((eLazyBoolYes == m_is_instance_ptr) && m_valobj->IsBaseClass()) in IsInstancePointer()
228 m_stream->Printf("%s: ", m_valobj->GetLocationAsCString()); in PrintLocationIfNeeded()
255 ? m_valobj->GetDisplayTypeName() in PrintDecl()
256 : m_valobj->GetQualifiedTypeName(); in PrintDecl()
280 m_valobj->GetExpressionPath(varName); in PrintDecl()
292 ? m_valobj->GetPreferredDisplayLanguage() in PrintDecl()
330 return m_valobj->IsInScope(); in CheckScopeIfNeeded()
337 : m_valobj->GetSummaryFormat().get(); in GetSummaryFormatter()
363 m_valobj->GetValueAsCString(lldb::eFormatDefault, value); in GetValueSummaryError()
364 else if (format != eFormatDefault && format != m_valobj->GetFormat()) in GetValueSummaryError()
365 m_valobj->GetValueAsCString(format, value); in GetValueSummaryError()
367 const char *val_cstr = m_valobj->GetValueAsCString(); in GetValueSummaryError()
371 const char *err_cstr = m_valobj->GetError().AsCString(); in GetValueSummaryError()
381 ? m_valobj->GetPreferredDisplayLanguage() in GetValueSummaryError()
395 m_valobj->GetSummaryAsCString(entry, summary, in GetValueSummaryError()
399 m_valobj->GetSummaryAsCString(m_options.m_varformat_language); in GetValueSummaryError()
438 (entry->DoesPrintValue(m_valobj) || in PrintValueAndSummaryIfNeeded()
443 IsPointerValue(m_valobj->GetCompilerType())) { in PrintValueAndSummaryIfNeeded()
473 object_desc = m_valobj->GetObjectDescription(); in PrintObjectDescriptionIfNeeded()
527 print_children = type_summary->DoesPrintChildren(m_valobj); in ShouldPrintChildren()
540 if (m_valobj->GetPointerValue(&ptr_address_type) == 0) in ShouldPrintChildren()
569 return m_valobj; in GetValueObjectForChildrenGeneration()
632 m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
645 m_valobj->GetTargetSP() in PrintChildrenPostamble()
736 if (m_valobj->DoesProvideSyntheticValue() || in PrintChildren()
749 if (!GetMostSpecializedValue() || m_valobj == nullptr) in PrintChildrenOneLiner()
806 : DataVisualization::ShouldPrintAsOneLiner(*m_valobj); in PrintChildrenIfNeeded()
808 uint64_t instance_ptr_value = m_valobj->GetValueAsUnsigned(0); in PrintChildrenIfNeeded()
834 m_valobj->GetTargetSP() in PrintChildrenIfNeeded()