Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h70 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp35 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth() function in DumpValueObjectOptions
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp191 options.SetMaximumPointerDepth( in GetAsDumpOptions()