Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h107 DumpValueObjectOptions &SetHideRootType(bool hide_root_type = false);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp142 DumpValueObjectOptions::SetHideRootType(bool hide_root_type) { in SetHideRootType() function in DumpValueObjectOptions
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp212 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()