Lines Matching refs:ValueObject

23 ValueObjectPrinter::ValueObjectPrinter(ValueObject &valobj, Stream *s)  in ValueObjectPrinter()
29 ValueObjectPrinter::ValueObjectPrinter(ValueObject &valobj, Stream *s, in ValueObjectPrinter()
36 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
44 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
100 ValueObject &ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue()
113 ValueObject *static_value = m_orig_valobj.GetStaticValue().get(); in SetupMostSpecializedValue()
119 ValueObject *dynamic_value = in SetupMostSpecializedValue()
128 ValueObject *non_synthetic = in SetupMostSpecializedValue()
135 ValueObject *synthetic = m_cached_valobj->GetSyntheticValue().get(); in SetupMostSpecializedValue()
148 ValueObject &valobj = GetMostSpecializedValue(); in GetDescriptionForDisplay()
218 ValueObject &valobj = GetMostSpecializedValue(); in IsInstancePointer()
251 ValueObject &valobj = GetMostSpecializedValue(); in PrintDecl()
366 ValueObject &valobj = GetMostSpecializedValue(); in GetValueSummaryError()
441 ValueObject &valobj = GetMostSpecializedValue(); in PrintValueAndSummaryIfNeeded()
538 ValueObject &valobj = GetMostSpecializedValue(); in ShouldPrintChildren()
581 ValueObject &ValueObjectPrinter::GetValueObjectForChildrenGeneration() { in GetValueObjectForChildrenGeneration()
643 ValueObject &synth_valobj = GetValueObjectForChildrenGeneration(); in GetMaxNumChildrenToPrint()
682 ValueObject &synth_valobj = GetValueObjectForChildrenGeneration(); in ShouldPrintEmptyBrackets()
706 ValueObjectSP ValueObjectPrinter::GenerateChild(ValueObject &synth_valobj, in GenerateChild()
724 ValueObject &synth_valobj = GetValueObjectForChildrenGeneration(); in PrintChildren()
778 ValueObject &synth_valobj = GetValueObjectForChildrenGeneration(); in PrintChildrenOneLiner()
812 *m_stream, ValueObject::eValueObjectRepresentationStyleSummary, in PrintChildrenOneLiner()
814 ValueObject::PrintableRepresentationSpecialCases::eDisable); in PrintChildrenOneLiner()
832 ValueObject &valobj = GetMostSpecializedValue(); in PrintChildrenIfNeeded()