Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp98 case lldb::eFormatVectorOfUInt16: in GetCompilerTypeForFormat()
142 case lldb::eFormatVectorOfUInt16: in GetItemFormatForFormat()
H A DFormatManager.cpp58 {eFormatVectorOfUInt16, '\0', "uint16_t[]"},
431 case eFormatVectorOfUInt16: in GetSingleItemFormat()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h184 eFormatVectorOfUInt16, enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp250 case eFormatVectorOfUInt16: in FinalizeSettings()
1414 case eFormatVectorOfUInt16: in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp790 case eFormatVectorOfUInt16: in DumpDataExtractor()
H A DValueObject.cpp1162 (custom_format == eFormatVectorOfUInt16) || in HasSpecialPrintableRepresentation()
1256 (custom_format == eFormatVectorOfUInt16) || in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst308 .. py:data:: eFormatVectorOfUInt16
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp470 .Case("vector-uint16", eFormatVectorOfUInt16) in BuildDynamicRegisterInfo()
4085 .Case("vector-uint16", eFormatVectorOfUInt16) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp555 case eFormatVectorOfUInt16: in GetFormatNameOrEmpty()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp758 {eFormatDecimal, eFormatVectorOfUInt16, sizeof(uint16_t)},
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9131 case eFormatVectorOfUInt16: in DumpTypeValue()