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[]"},
450 case eFormatVectorOfFloat32: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h193 eFormatVectorOfFloat32, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp256 case eFormatVectorOfFloat32: in FinalizeSettings()
1376 case eFormatVectorOfFloat32: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp849 case eFormatVectorOfFloat32: in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1319 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1423 (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.cpp489 .Case("vector-float32", eFormatVectorOfFloat32) in BuildDynamicRegisterInfo()
4726 .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.cpp8746 case eFormatVectorOfFloat32: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82559 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfFloat32", (lldb::eFormatVectorOfFloat32))},