Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp20 m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}), in DumpValueObjectOptions()
38 m_max_ptr_depth = depth; in SetMaximumPointerDepth()
H A DValueObjectPrinter.cpp25 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter()
28 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter()
34 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h139 PointerDepth m_max_ptr_depth; variable