Searched refs:m_max_ptr_depth (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/DataFormatters/ |
D | DumpValueObjectOptions.cpp | 18 m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}), in DumpValueObjectOptions() 36 m_max_ptr_depth = depth; in SetMaximumPointerDepth()
|
D | ValueObjectPrinter.cpp | 24 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter() 27 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter() 33 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr); in ValueObjectPrinter()
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | DumpValueObjectOptions.h | 137 PointerDepth m_max_ptr_depth; variable
|