Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp92 case lldb::eFormatVectorOfSInt8: in GetCompilerTypeForFormat()
138 case lldb::eFormatVectorOfSInt8: in GetItemFormatForFormat()
H A DFormatManager.cpp55 {eFormatVectorOfSInt8, '\0', "int8_t[]"},
424 case eFormatVectorOfSInt8: in GetSingleItemFormat()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h181 eFormatVectorOfSInt8, enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp247 case eFormatVectorOfSInt8: in FinalizeSettings()
1411 case eFormatVectorOfSInt8: in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp766 case eFormatVectorOfSInt8: in DumpDataExtractor()
H A DValueObject.cpp1160 (custom_format == eFormatVectorOfSInt8) || in HasSpecialPrintableRepresentation()
1254 (custom_format == eFormatVectorOfSInt8) || in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst305 .. py:data:: eFormatVectorOfSInt8
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp467 .Case("vector-sint8", eFormatVectorOfSInt8) in BuildDynamicRegisterInfo()
4082 .Case("vector-sint8", eFormatVectorOfSInt8) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp549 case eFormatVectorOfSInt8: in GetFormatNameOrEmpty()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp748 {eFormatDecimal, eFormatVectorOfSInt8, sizeof(int8_t)},
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9128 case eFormatVectorOfSInt8: in DumpTypeValue()