Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
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;
H A DDumpValueObjectOptions.h24 struct PointerDepth { struct
27 PointerDepth Decremented() const { in Decremented() argument
141 PointerDepth m_max_ptr_depth;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
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()
510 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
599 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
717 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
828 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded()