Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h141 PointerDepth m_max_ptr_depth; variable
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp35 m_max_ptr_depth = {depth}; in SetMaximumPointerDepth()
H A DValueObjectPrinter.cpp26 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter()
32 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter()