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.cpp120 SetHideName(false); in SetRawDisplay()
159 DumpValueObjectOptions &DumpValueObjectOptions::SetHideName(bool hide_name) { in SetHideName() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp311 decl_print_options.SetHideName(!ShouldShowName()); in PrintDecl()
615 .SetHideName(m_options.m_hide_name) in PrintChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h111 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.cpp212 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()