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

Overridden By

tools/lldb/include/lldb/Interpreter/OptionValueArch.h
   38   OptionValue::Type GetType() const override { return eTypeArch; }
tools/lldb/include/lldb/Interpreter/OptionValueArgs.h
   26   Type GetType() const override { return eTypeArgs; }
tools/lldb/include/lldb/Interpreter/OptionValueArray.h
   27   OptionValue::Type GetType() const override { return eTypeArray; }
tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
   28   OptionValue::Type GetType() const override { return eTypeBoolean; }
tools/lldb/include/lldb/Interpreter/OptionValueChar.h
   29   OptionValue::Type GetType() const override { return eTypeChar; }
tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
   29   OptionValue::Type GetType() const override { return eTypeDictionary; }
tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
   38   OptionValue::Type GetType() const override { return eTypeEnum; }
tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
   32   OptionValue::Type GetType() const override { return eTypeFileSpec; }
tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
   30   OptionValue::Type GetType() const override { return eTypeFileSpecList; }
tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
   29   OptionValue::Type GetType() const override { return eTypeFormat; }
tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
   25   OptionValue::Type GetType() const override { return eTypeFormatEntity; }
tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
   32   OptionValue::Type GetType() const override { return eTypeLanguage; }
tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   26   OptionValue::Type GetType() const override { return eTypePathMap; }
tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
   35   Type GetType() const override { return eTypeProperties; }
tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
   26   OptionValue::Type GetType() const override { return eTypeRegex; }
tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
   41   OptionValue::Type GetType() const override { return eTypeSInt64; }
tools/lldb/include/lldb/Interpreter/OptionValueString.h
   76   OptionValue::Type GetType() const override { return eTypeString; }
tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
   38   OptionValue::Type GetType() const override { return eTypeUInt64; }
tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
   27   OptionValue::Type GetType() const override { return eTypeUUID; }

References

tools/lldb/include/lldb/Interpreter/OptionValue.h
   76     return GetType() == eTypeProperties;
   80     return GetBuiltinTypeAsCString(GetType());
  120   uint32_t GetTypeAsMask() { return 1u << GetType(); }
tools/lldb/source/Core/Disassembler.cpp
  362       if (value_sp && value_sp->GetType() == OptionValue::eTypeRegex) {
tools/lldb/source/Interpreter/OptionValue.cpp
   22   switch (GetType()) {
   46   if (GetType() == OptionValue::eTypeBoolean)
   52   if (GetType() == OptionValue::eTypeBoolean)
   58   if (GetType() == OptionValue::eTypeChar)
   64   if (GetType() == OptionValue::eTypeChar)
   70   if (GetType() == OptionValue::eTypeFileSpec)
   76   if (GetType() == OptionValue::eTypeFileSpec)
   82   if (GetType() == OptionValue::eTypeFileSpecList)
   88   if (GetType() == OptionValue::eTypeFileSpecList)
   94   if (GetType() == OptionValue::eTypeArch)
  100   if (GetType() == OptionValue::eTypeArch)
  106   if (GetType() == OptionValue::eTypeArray)
  112   if (GetType() == OptionValue::eTypeArray)
  118   if (GetType() == OptionValue::eTypeArgs)
  124   if (GetType() == OptionValue::eTypeArgs)
  130   if (GetType() == OptionValue::eTypeDictionary)
  136   if (GetType() == OptionValue::eTypeDictionary)
  142   if (GetType() == OptionValue::eTypeEnum)
  148   if (GetType() == OptionValue::eTypeEnum)
  154   if (GetType() == OptionValue::eTypeFormat)
  160   if (GetType() == OptionValue::eTypeFormat)
  166   if (GetType() == OptionValue::eTypeLanguage)
  172   if (GetType() == OptionValue::eTypeLanguage)
  178   if (GetType() == OptionValue::eTypeFormatEntity)
  184   if (GetType() == OptionValue::eTypeFormatEntity)
  190   if (GetType() == OptionValue::eTypePathMap)
  196   if (GetType() == OptionValue::eTypePathMap)
  202   if (GetType() == OptionValue::eTypeProperties)
  208   if (GetType() == OptionValue::eTypeProperties)
  214   if (GetType() == OptionValue::eTypeRegex)
  220   if (GetType() == OptionValue::eTypeRegex)
  226   if (GetType() == OptionValue::eTypeSInt64)
  232   if (GetType() == OptionValue::eTypeSInt64)
  238   if (GetType() == OptionValue::eTypeString)
  244   if (GetType() == OptionValue::eTypeString)
  250   if (GetType() == OptionValue::eTypeUInt64)
  256   if (GetType() == OptionValue::eTypeUInt64)
  262   if (GetType() == OptionValue::eTypeUUID)
  268   if (GetType() == OptionValue::eTypeUUID)
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14404       (value_sp->GetType() != OptionValue::eTypeUInt64)) {
14430       (value_sp->GetType() != OptionValue::eTypeDictionary)) {
14443       (value_sp->GetType() != OptionValue::eTypeDictionary)) {