Searched refs:ptr_depth (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 124 if (option_arg.getAsInteger(0, ptr_depth)) { in SetOptionValue() 125 ptr_depth = 0; in SetOptionValue() 172 ptr_depth = 0; in OptionParsingStarting() 194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.h | 39 ptr_depth != 0 || !use_synth || be_raw || ignore_cap || in AnyOptionWasSet() 54 uint32_t ptr_depth; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | ValueObjectPrinter.h | 46 const DumpValueObjectOptions::PointerDepth &ptr_depth, 54 const DumpValueObjectOptions::PointerDepth &ptr_depth,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 39 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter() argument 41 Init(valobj, s, options, ptr_depth, curr_depth, printed_instance_pointers); in ValueObjectPrinter() 46 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init() argument 52 m_ptr_depth = ptr_depth; in Init()
|