Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp628 ValueObjectPrinter child_printer(*(child_sp.get()), m_stream, child_options, in PrintChild() local
631 llvm::Error error = child_printer.PrintValueObject(); in PrintChild()