Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp92 case lldb::eFormatVectorOfUInt128: in GetCompilerTypeForFormat()
138 case lldb::eFormatVectorOfUInt128: in GetItemFormatForFormat()
H A DFormatManager.cpp65 {eFormatVectorOfUInt128, '\0', "uint128_t[]"},
444 case eFormatVectorOfUInt128: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp191 .Case("vector-uint128", eFormatVectorOfUInt128) in create()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp234 lldb::Format::eFormatVectorOfUInt128, in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h191 eFormatVectorOfUInt128, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp257 case eFormatVectorOfUInt128: in FinalizeSettings()
1421 case eFormatVectorOfUInt128: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp889 case eFormatVectorOfUInt128: in DumpDataExtractor()
H A DValueObject.cpp1152 (custom_format == eFormatVectorOfUInt128) || in HasSpecialPrintableRepresentation()
1246 (custom_format == eFormatVectorOfUInt128) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst316 .. py:data:: eFormatVectorOfUInt128
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp489 .Case("vector-uint128", eFormatVectorOfUInt128) in BuildDynamicRegisterInfo()
4125 .Case("vector-uint128", eFormatVectorOfUInt128) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp567 case eFormatVectorOfUInt128: in GetFormatNameOrEmpty()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9060 case eFormatVectorOfUInt128: in DumpTypeValue()