Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h134 bool m_max_depth_is_default = true; variable
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp44 m_max_depth_is_default = is_default; in SetMaximumDepth()
H A DValueObjectPrinter.cpp868 if (m_options.m_max_depth_is_default) in PrintChildrenIfNeeded()