Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp109 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap() function in DumpValueObjectOptions
117 SetIgnoreCap(true); in SetRawDisplay()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h94 DumpValueObjectOptions &SetIgnoreCap(bool ignore = false);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp205 .SetIgnoreCap(ignore_cap) in GetAsDumpOptions()