Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h44 eTypeString, enumerator
185 case 1u << eTypeString: return eTypeString; in ConvertTypeMaskToType()
HDOptionValueArgs.h25 OptionValueArray (OptionValue::ConvertTypeToMask (OptionValue::eTypeString)) in OptionValueArgs()
HDOptionValueString.h133 return eTypeString; in GetType()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp277 if (GetType () == OptionValue::eTypeString) in GetAsString()
285 if (GetType () == OptionValue::eTypeString) in GetAsString()
532 case eTypeString: return "string"; in GetBuiltinTypeAsCString()
553 case 1u << eTypeString: value_sp.reset(new OptionValueString()); break; in CreateValueFromCStringForTypeMask()
HDOptionValueDictionary.cpp71 case eTypeString: in DumpValue()
378 if (pos->second->GetType() == OptionValue::eTypeString) in SetStringValueForKey()
HDProperty.cpp158 case OptionValue::eTypeString: in Property()
HDOptionValueArray.cpp60 case eTypeString: in DumpValue()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeSummary.h205 eTypeString, enumerator
390 return TypeSummaryImpl::eTypeString; in GetType()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2612 …{ "arg0" , OptionValue::eTypeString , false, 0 …
2614 … , OptionValue::eTypeDictionary, false, OptionValue::eTypeString , NULL, NULL, …
2641 …s" , OptionValue::eTypeArray , true, OptionValue::eTypeString, NULL, NULL, …
HDProcess.cpp106 …{ "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL,…
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp122 { "frame-format", OptionValue::eTypeString , true, 0 , DEFAULT_FRAME_FORMAT, NULL,…
124 { "prompt", OptionValue::eTypeString , true, OptionValueString::eOptionEncodeCh…
131 { "thread-format", OptionValue::eTypeString , true, 0 , DEFAULT_THREAD_FORMAT, NULL…