Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDValueObjectPrinter.h29 uint32_t m_max_ptr_depth; member
49 m_max_ptr_depth(0), in DumpValueObjectOptions()
78 m_max_ptr_depth(rhs.m_max_ptr_depth), in DumpValueObjectOptions()
101 m_max_ptr_depth = depth;
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp28 Init(valobj,s,options,options.m_max_ptr_depth,0); in ValueObjectPrinter()