Home
last modified time | relevance | path

Searched refs:eFormatVectorOfSInt64 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp86 case lldb::eFormatVectorOfSInt64: in GetCompilerTypeForFormat()
134 case lldb::eFormatVectorOfSInt64: in GetItemFormatForFormat()
H A DFormatManager.cpp60 {eFormatVectorOfSInt64, '\0', "int64_t[]"},
437 case eFormatVectorOfSInt64: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp172 lldb::Format::eFormatVectorOfSInt64, "{0 -1 9223372036854775807}"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h186 eFormatVectorOfSInt64, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp252 case eFormatVectorOfSInt64: in FinalizeSettings()
1416 case eFormatVectorOfSInt64: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp847 case eFormatVectorOfSInt64: in DumpDataExtractor()
H A DValueObject.cpp1150 (custom_format == eFormatVectorOfSInt64) || in HasSpecialPrintableRepresentation()
1244 (custom_format == eFormatVectorOfSInt64) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst311 .. py:data:: eFormatVectorOfSInt64
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp754 {eFormatDecimal, eFormatVectorOfSInt64, sizeof(int64_t)},
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9056 case eFormatVectorOfSInt64: in DumpTypeValue()