Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h71 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp42 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp199 options.SetMaximumDepth(max_depth, max_depth_is_default) in GetAsDumpOptions()