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

References

tools/lldb/include/lldb/Core/Disassembler.h
  162                                 OptionValue::Type data_type);
tools/lldb/include/lldb/Interpreter/OptionValue.h
   71   virtual Type GetType() const = 0;
   83   static const char *GetBuiltinTypeAsCString(Type t);
  122   static uint32_t ConvertTypeToMask(OptionValue::Type type) {
  126   static OptionValue::Type ConvertTypeMaskToType(uint32_t type_mask) {
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; }
tools/lldb/include/lldb/Interpreter/Property.h
   26   OptionValue::Type type;
tools/lldb/source/Core/Disassembler.cpp
  777                                      OptionValue::Type data_type) {
  841   OptionValue::Type data_type = OptionValue::eTypeInvalid;
tools/lldb/source/Interpreter/OptionValue.cpp
  455 const char *OptionValue::GetBuiltinTypeAsCString(Type t) {
tools/lldb/source/Interpreter/OptionValueArray.cpp
   20   const Type array_element_type = ConvertTypeMaskToType(m_type_mask);
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   22   const Type dict_type = ConvertTypeMaskToType(m_type_mask);