Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h153 DumpValueObjectOptions::PointerDepth m_ptr_depth; variable
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp50 m_ptr_depth = ptr_depth; in Init()
834 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded()