Home
last modified time | relevance | path

Searched refs:SetMaximumPointerDepth (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h67 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp35 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth() function in DumpValueObjectOptions
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp193 options.SetMaximumPointerDepth( in GetAsDumpOptions()