Home
last modified time | relevance | path

Searched refs:SetHideName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp118 SetHideName(false); in SetRawDisplay()
157 DumpValueObjectOptions &DumpValueObjectOptions::SetHideName(bool hide_name) { in SetHideName() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp311 decl_print_options.SetHideName(!ShouldShowName()); in PrintDecl()
609 .SetHideName(m_options.m_hide_name) in PrintChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h109 DumpValueObjectOptions &SetHideName(bool hide_name = false);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp301 .SetHideName(true); in DumpSnapshots()
326 .SetHideName(true); in DumpSnapshots()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp211 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()