Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h69 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth = 0);
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp41 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth) { in SetMaximumDepth() function in DumpValueObjectOptions
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp193 options.SetMaximumDepth(max_depth) in GetAsDumpOptions()