Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp103 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap() function in DumpValueObjectOptions
111 SetIgnoreCap(true); in SetRawDisplay()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h95 DumpValueObjectOptions &SetIgnoreCap(bool ignore = false);
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp204 .SetIgnoreCap(ignore_cap) in GetAsDumpOptions()