Home
last modified time | relevance | path

Searched refs:SetHideValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp113 SetHideValue(false); in SetRawDisplay()
150 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue() function in DumpValueObjectOptions
DValueObjectPrinter.cpp573 .SetHideValue(m_options.m_hide_value) in PrintChild()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h110 DumpValueObjectOptions &SetHideValue(bool hide_value = false);
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp210 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()