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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp480 ValueObject* synth_m_valobj = GetValueObjectForChildrenGeneration(); local
482 size_t num_children = synth_m_valobj->GetNumChildren();
515 ValueObject* synth_m_valobj = GetValueObjectForChildrenGeneration(); local
525 ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true));
550 ValueObject* synth_m_valobj = GetValueObjectForChildrenGeneration();
561 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true));

Completed in 91 milliseconds