Searched refs:ptr_depth (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 121 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 D | OptionGroupValueObjectDisplay.h | 35 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 D | ValueObjectPrinter.h | 44 const DumpValueObjectOptions::PointerDepth &ptr_depth, 52 const DumpValueObjectOptions::PointerDepth &ptr_depth,
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 38 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()
|