Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h102 void PrintChildrenPostamble(bool print_dotdotdot);
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp642 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() function in ValueObjectPrinter
721 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()