Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp119 SetHideValue(false); in SetRawDisplay()
162 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp610 .SetHideValue(m_options.m_hide_value) in PrintChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h111 DumpValueObjectOptions &SetHideValue(bool hide_value = false);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp211 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()