Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h44 const DumpValueObjectOptions::PointerDepth &ptr_depth,
52 const DumpValueObjectOptions::PointerDepth &ptr_depth,
/openbsd-src/gnu/llvm/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()