Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h69 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp36 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp193 options.SetMaximumPointerDepth( in GetAsDumpOptions()