Home
last modified time | relevance | path

Searched refs:synth_valobj (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/DataFormatters/
DTypeSummary.cpp72 ValueObjectSP synth_valobj = valobj->GetSyntheticValue(); in FormatObject() local
73 if (synth_valobj) in FormatObject()
74 object = synth_valobj.get(); in FormatObject()
/external/lldb/source/Core/
DValueObject.cpp3534 ValueObject* synth_valobj = (synth_valobj_sp ? synth_valobj_sp.get() : valobj); in DumpValueObject_Impl() local
3536 size_t num_children = synth_valobj->GetNumChildren(); in DumpValueObject_Impl()
3566 ValueObjectSP child_sp(synth_valobj->GetChildAtIndex(idx, true)); in DumpValueObject_Impl()