Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp18 m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}), in DumpValueObjectOptions()
36 m_max_ptr_depth = depth; in SetMaximumPointerDepth()
DValueObjectPrinter.cpp24 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/
DDumpValueObjectOptions.h137 PointerDepth m_max_ptr_depth; variable