Searched refs:m_max_ptr_depth (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 18 m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}), in DumpValueObjectOptions() 37 m_max_ptr_depth = depth; in SetMaximumPointerDepth()
|
H A D | ValueObjectPrinter.cpp | 26 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()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | DumpValueObjectOptions.h | 141 PointerDepth m_max_ptr_depth; variable
|