Home
last modified time | relevance | path

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

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