Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h24 struct PointerDepth { struct
28 PointerDepth operator--() const { argument
30 return PointerDepth{m_mode, m_count - 1};
31 return PointerDepth{m_mode, m_count};
67 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
135 PointerDepth m_max_ptr_depth;
H A DValueObjectPrinter.h44 const DumpValueObjectOptions::PointerDepth &ptr_depth,
52 const DumpValueObjectOptions::PointerDepth &ptr_depth,
95 DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
108 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
114 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
129 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp18 m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}), in DumpValueObjectOptions()
35 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth()
H A DValueObjectPrinter.cpp38 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter()
45 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init()
472 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
485 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
562 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
666 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
761 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()