Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp96 case lldb::eFormatVectorOfUInt128: in GetCompilerTypeForFormat()
142 case lldb::eFormatVectorOfUInt128: in GetItemFormatForFormat()
H A DFormatManager.cpp67 {eFormatVectorOfUInt128, '\0', "uint128_t[]"},
446 case eFormatVectorOfUInt128: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h195 eFormatVectorOfUInt128, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp258 case eFormatVectorOfUInt128: in FinalizeSettings()
1378 case eFormatVectorOfUInt128: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp865 case eFormatVectorOfUInt128: in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1325 (custom_format == eFormatVectorOfUInt128) || in HasSpecialPrintableRepresentation()
1429 (custom_format == eFormatVectorOfUInt128) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst316 .. py:data:: eFormatVectorOfUInt128
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp491 .Case("vector-uint128", eFormatVectorOfUInt128) in BuildDynamicRegisterInfo()
4728 .Case("vector-uint128", eFormatVectorOfUInt128) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp563 case eFormatVectorOfUInt128: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8748 case eFormatVectorOfUInt128: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82561 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt128", (lldb::eFormatVectorOfUInt128))},