Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h73 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth = 0);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp43 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth) { in SetMaximumDepth() function in DumpValueObjectOptions
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp199 options.SetMaximumDepth(max_depth) in GetAsDumpOptions()