HomeSort by relevance Sort by last modified time
    Searched refs:use_synth (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Interpreter/
OptionGroupValueObjectDisplay.h 60 use_synth == false ||
78 bool use_synth; member in class:lldb_private::OptionGroupValueObjectDisplay
  /external/lldb/source/Interpreter/
OptionGroupValueObjectDisplay.cpp 113 use_synth = Args::StringToBoolean(option_arg, true, &success);
136 use_synth = true;
166 .SetUseSyntheticValue(use_synth)

Completed in 612 milliseconds