Lines Matching refs:ValueObject
22 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s) { in ValueObjectPrinter()
32 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s, in ValueObjectPrinter()
38 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
45 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
112 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
121 ValueObject *dynamic_value = in GetMostSpecializedValue()
133 ValueObject *non_synthetic = m_valobj->GetNonSyntheticValue().get(); in GetMostSpecializedValue()
139 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
543 ValueObject *ValueObjectPrinter::GetValueObjectForChildrenGeneration() { in GetValueObjectForChildrenGeneration()
588 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in GetMaxNumChildrenToPrint()
623 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in ShouldPrintEmptyBrackets()
647 ValueObjectSP ValueObjectPrinter::GenerateChild(ValueObject *synth_valobj, in GenerateChild()
665 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in PrintChildren()
714 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in PrintChildrenOneLiner()
738 *m_stream, ValueObject::eValueObjectRepresentationStyleSummary, in PrintChildrenOneLiner()
740 ValueObject::PrintableRepresentationSpecialCases::eDisable); in PrintChildrenOneLiner()