Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp84 case 'F': flat_output = true; break; in SetOptionValue()
132 flat_output = false; in OptionParsingStarting()
167 .SetFlatOutput(flat_output) in GetAsDumpOptions()
/external/lldb/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h56 flat_output == true || in AnyOptionWasSet()
73 bool flat_output; variable