Home
last modified time | relevance | path

Searched refs:flat_output (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h34 flat_output || use_objc || max_depth != UINT32_MAX || in AnyOptionWasSet()
45 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp90 flat_output = true; in SetOptionValue()
165 flat_output = false; in OptionParsingStarting()
205 .SetFlatOutput(flat_output) in GetAsDumpOptions()