Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h103 DumpValueObjectOptions &SetHideRootType(bool hide_root_type = false);
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp140 DumpValueObjectOptions::SetHideRootType(bool hide_root_type) { in SetHideRootType() function in DumpValueObjectOptions
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp206 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()