Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h75 DumpValueObjectOptions &SetShowTypes(bool show = false);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp58 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp199 .SetShowTypes(show_types) in GetAsDumpOptions()