Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp623 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in GetMaxNumChildrenToPrint() local
628 size_t num_children = synth_m_valobj->GetNumChildren(); in GetMaxNumChildrenToPrint()
658 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in ShouldPrintEmptyBrackets() local
668 if (synth_m_valobj->MightHaveChildren()) in ShouldPrintEmptyBrackets()
700 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in PrintChildren() local
708 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren()
752 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in PrintChildrenOneLiner() local
762 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx)); in PrintChildrenOneLiner()