Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp76 case lldb::eFormatVectorOfFloat64: in GetCompilerTypeForFormat()
129 case lldb::eFormatVectorOfFloat64: in GetItemFormatForFormat()
H A DFormatManager.cpp64 {eFormatVectorOfFloat64, '\0', "float64[]"},
449 case eFormatVectorOfFloat64: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp219 lldb::Format::eFormatVectorOfFloat64, in TEST()
228 lldb::Format::eFormatVectorOfFloat64, "{nan nan -nan -nan}"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h190 eFormatVectorOfFloat64, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp256 case eFormatVectorOfFloat64: in FinalizeSettings()
1420 case eFormatVectorOfFloat64: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp881 case eFormatVectorOfFloat64: in DumpDataExtractor()
H A DValueObject.cpp1147 (custom_format == eFormatVectorOfFloat64) || in HasSpecialPrintableRepresentation()
1241 (custom_format == eFormatVectorOfFloat64) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst315 .. py:data:: eFormatVectorOfFloat64
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp746 {eFormatFloat, eFormatVectorOfFloat64, sizeof(double)},
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9059 case eFormatVectorOfFloat64: in DumpTypeValue()