Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h103 void PrintChildrenPostamble(bool print_dotdotdot);
/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp609 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() function in ValueObjectPrinter
685 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()