Home
last modified time | relevance | path

Searched refs:ptr_depth (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp121 if (option_arg.getAsInteger(0, ptr_depth)) { in SetOptionValue()
122 ptr_depth = 0; in SetOptionValue()
169 ptr_depth = 0; in OptionParsingStarting()
194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h35 ptr_depth != 0 || !use_synth || be_raw || ignore_cap || in AnyOptionWasSet()
51 uint32_t ptr_depth; variable
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp37 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter() argument
40 Init(valobj, s, options, ptr_depth, curr_depth, printed_instance_pointers); in ValueObjectPrinter()
45 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init() argument
50 m_ptr_depth = ptr_depth; in Init()
624 auto ptr_depth = curr_ptr_depth; in PrintChild() local
626 ptr_depth = curr_ptr_depth.Decremented(); in PrintChild()
629 ptr_depth, m_curr_depth + 1, in PrintChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h48 const DumpValueObjectOptions::PointerDepth &ptr_depth,
56 const DumpValueObjectOptions::PointerDepth &ptr_depth,