Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp95 case lldb::eFormatVectorOfUInt128: in GetCompilerTypeForFormat()
141 case lldb::eFormatVectorOfUInt128: in GetItemFormatForFormat()
H A DFormatManager.cpp66 {eFormatVectorOfUInt128, '\0', "uint128_t[]"},
434 case eFormatVectorOfUInt128: in GetSingleItemFormat()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h192 eFormatVectorOfUInt128, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp258 case eFormatVectorOfUInt128: in FinalizeSettings()
1405 case eFormatVectorOfUInt128: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp866 case eFormatVectorOfUInt128: in DumpDataExtractor()
H A DValueObject.cpp1105 (custom_format == eFormatVectorOfUInt128) || in HasSpecialPrintableRepresentation()
1209 (custom_format == eFormatVectorOfUInt128) || in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst316 .. py:data:: eFormatVectorOfUInt128
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp481 .Case("vector-uint128", eFormatVectorOfUInt128) in BuildDynamicRegisterInfo()
4426 .Case("vector-uint128", eFormatVectorOfUInt128) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp563 case eFormatVectorOfUInt128: in GetFormatNameOrEmpty()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8639 case eFormatVectorOfUInt128: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77881 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt128", lldb::eFormatVectorOfUInt128)},