Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h107 DumpValueObjectOptions &SetHideRootType(bool hide_root_type = false);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp148 DumpValueObjectOptions::SetHideRootType(bool hide_root_type) { in SetHideRootType() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp55 dump_options.SetChildPrintingDecider(decider).SetHideRootType(true); in dump_type_value()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp299 .SetHideRootType(true) in DumpSnapshots()
324 .SetHideRootType(true) in DumpSnapshots()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp212 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()