Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h25 struct PointerDepth { struct
29 PointerDepth operator--() const { argument
31 return PointerDepth{m_mode, m_count - 1};
32 return PointerDepth{m_mode, m_count};
71 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
139 PointerDepth m_max_ptr_depth;
H A DValueObjectPrinter.h46 const DumpValueObjectOptions::PointerDepth &ptr_depth,
54 const DumpValueObjectOptions::PointerDepth &ptr_depth,
103 DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
116 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
122 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
135 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp20 m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}), in DumpValueObjectOptions()
37 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth()
H A DValueObjectPrinter.cpp39 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter()
46 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init()
470 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
483 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
560 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
664 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()