Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp72 case lldb::eFormatVectorOfFloat32: in GetCompilerTypeForFormat()
128 case lldb::eFormatVectorOfFloat32: in GetItemFormatForFormat()
H A DFormatManager.cpp64 {eFormatVectorOfFloat32, '\0', "float32[]"},
449 case eFormatVectorOfFloat32: in GetSingleItemFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h189 eFormatVectorOfFloat32, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp744 {eFormatFloat, eFormatVectorOfFloat32, sizeof(float)},
772 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 16},
774 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 9},
776 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 4}};
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp253 case eFormatVectorOfFloat32: in FinalizeSettings()
1375 case eFormatVectorOfFloat32: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp773 case eFormatVectorOfFloat32: in DumpDataExtractor()
H A DValueObject.cpp1144 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1237 (custom_format == eFormatVectorOfFloat32) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst314 .. py:data:: eFormatVectorOfFloat32
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp535 .Case("vector-float32", eFormatVectorOfFloat32) in BuildDynamicRegisterInfo()
4440 reg_info.format = eFormatVectorOfFloat32; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp520 case eFormatVectorOfFloat32: in GetFormatNameOrEmpty()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8958 case eFormatVectorOfFloat32: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70625 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfFloat32", lldb::eFormatVectorOfFloat32)},