Lines Matching refs:ValueObject
21 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s) { in ValueObjectPrinter()
31 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s, in ValueObjectPrinter()
37 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
44 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
116 ValueObject *dynamic_value = in GetMostSpecializedValue()
128 ValueObject *non_synthetic = m_valobj->GetNonSyntheticValue().get(); in GetMostSpecializedValue()
134 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
545 ValueObject *ValueObjectPrinter::GetValueObjectForChildrenGeneration() { in GetValueObjectForChildrenGeneration()
590 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in GetMaxNumChildrenToPrint()
625 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in ShouldPrintEmptyBrackets()
649 ValueObjectSP ValueObjectPrinter::GenerateChild(ValueObject *synth_valobj, in GenerateChild()
667 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in PrintChildren()
716 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in PrintChildrenOneLiner()
740 *m_stream, ValueObject::eValueObjectRepresentationStyleSummary, in PrintChildrenOneLiner()
742 ValueObject::PrintableRepresentationSpecialCases::eDisable); in PrintChildrenOneLiner()