Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp72 case lldb::eFormatVectorOfFloat32: in GetCompilerTypeForFormat()
128 case lldb::eFormatVectorOfFloat32: in GetItemFormatForFormat()
H A DFormatManager.cpp65 {eFormatVectorOfFloat32, '\0', "float32[]"},
470 case eFormatVectorOfFloat32: in GetSingleItemFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h197 eFormatVectorOfFloat32, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp758 {eFormatFloat, eFormatVectorOfFloat32, sizeof(float)},
786 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 16},
788 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 9},
790 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 4}};
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp264 case eFormatVectorOfFloat32: in FinalizeSettings()
1428 case eFormatVectorOfFloat32: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp783 case eFormatVectorOfFloat32: in DumpDataExtractor()
H A DValueObject.cpp1243 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1336 (custom_format == eFormatVectorOfFloat32) || in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp597 .Case("vector-float32", eFormatVectorOfFloat32) in BuildDynamicRegisterInfo()
4445 reg_info.format = eFormatVectorOfFloat32; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp1748 case eFormatVectorOfFloat32:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9583 case eFormatVectorOfFloat32: in DumpTypeValue()