Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h60 use_synth == false || in AnyOptionWasSet()
78 bool use_synth; variable
/external/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp113 use_synth = Args::StringToBoolean(option_arg, true, &success); in SetOptionValue()
136 use_synth = true; in OptionParsingStarting()
166 .SetUseSyntheticValue(use_synth) in GetAsDumpOptions()