reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/source/Target/TargetProperties.inc
   54   {"default-arch", OptionValue::eTypeArch, true, 0, "", {}, "Default architecture to choose, when there's a choice."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  129     case 1u << eTypeArch:
  130       return eTypeArch;
tools/lldb/include/lldb/Interpreter/OptionValueArch.h
   38   OptionValue::Type GetType() const override { return eTypeArch; }
tools/lldb/source/Interpreter/OptionValue.cpp
   94   if (GetType() == OptionValue::eTypeArch)
  100   if (GetType() == OptionValue::eTypeArch)
  459   case eTypeArch:
  507   case 1u << eTypeArch:
tools/lldb/source/Interpreter/Property.cpp
   30   case OptionValue::eTypeArch: