Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp119 if (option_arg.getAsInteger(0, ptr_depth)) { in SetOptionValue()
120 ptr_depth = 0; in SetOptionValue()
166 ptr_depth = 0; in OptionParsingStarting()
188 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h35 ptr_depth != 0 || !use_synth || be_raw || ignore_cap || in AnyOptionWasSet()
50 uint32_t ptr_depth; variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h44 const DumpValueObjectOptions::PointerDepth &ptr_depth,
52 const DumpValueObjectOptions::PointerDepth &ptr_depth,
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp38 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
51 m_ptr_depth = ptr_depth; in Init()