Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h72 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth = 0);
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp41 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth) { in SetMaximumDepth() function in DumpValueObjectOptions
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp197 options.SetMaximumDepth(max_depth) in GetAsDumpOptions()