Home
last modified time | relevance | path

Searched refs:eTypeString (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h44 eTypeString, enumerator
159 case 1u << eTypeString: in ConvertTypeMaskToType()
160 return eTypeString; in ConvertTypeMaskToType()
H A DOptionValueArgs.h19 : Cloneable(OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {} in OptionValueArgs()
H A DOptionValueString.h67 OptionValue::Type GetType() const override { return eTypeString; } in GetType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp239 if (GetType() == OptionValue::eTypeString) in GetAsString()
245 if (GetType() == OptionValue::eTypeString) in GetAsString()
494 case eTypeString: in GetBuiltinTypeAsCString()
534 case 1u << eTypeString: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp212 case OptionValue::eTypeString: in Property()
H A DOptionValueArray.cpp58 case eTypeString: in DumpValue()
H A DOptionValueDictionary.cpp69 case eTypeString: in DumpValue()