Home
last modified time | relevance | path

Searched refs:PointerDepth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h24 struct PointerDepth { struct
28 PointerDepth Decremented() const { in Decremented() argument
30 return PointerDepth{m_mode, m_count - 1}; in Decremented()
31 return PointerDepth{m_mode, m_count}; in Decremented()
69 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
141 PointerDepth m_max_ptr_depth;
H A DValueObjectPrinter.h48 const DumpValueObjectOptions::PointerDepth &ptr_depth,
56 const DumpValueObjectOptions::PointerDepth &ptr_depth,
115 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
128 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
134 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
153 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp18 m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}), in DumpValueObjectOptions()
36 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth()
H A DValueObjectPrinter.cpp37 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter()
45 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init()
505 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
517 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
605 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
723 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
834 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()