Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp76 case lldb::eFormatVectorOfFloat32: in GetCompilerTypeForFormat()
132 case lldb::eFormatVectorOfFloat32: in GetItemFormatForFormat()
H A DFormatManager.cpp65 {eFormatVectorOfFloat32, '\0', "float32[]"},
442 case eFormatVectorOfFloat32: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h190 eFormatVectorOfFloat32, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp256 case eFormatVectorOfFloat32: in FinalizeSettings()
1349 case eFormatVectorOfFloat32: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp850 case eFormatVectorOfFloat32: in DumpDataExtractor()
H A DValueObject.cpp1291 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1395 (custom_format == eFormatVectorOfFloat32) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst314 .. py:data:: eFormatVectorOfFloat32
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp479 .Case("vector-float32", eFormatVectorOfFloat32) in BuildDynamicRegisterInfo()
4596 .Case("vector-float32", eFormatVectorOfFloat32) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp559 case eFormatVectorOfFloat32: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8823 case eFormatVectorOfFloat32: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81163 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfFloat32", (lldb::eFormatVectorOfFloat32))},