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.h67 DumpValueObjectOptions &SetMaximumPointerDepth(uint32_t depth);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp34 DumpValueObjectOptions::SetMaximumPointerDepth(uint32_t depth) { in SetMaximumPointerDepth() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp193 options.SetMaximumPointerDepth(ptr_depth); in GetAsDumpOptions()