Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp92 case lldb::eFormatVectorOfUInt128: in GetCompilerTypeForFormat()
138 case lldb::eFormatVectorOfUInt128: in GetItemFormatForFormat()
H A DFormatManager.cpp66 {eFormatVectorOfUInt128, '\0', "uint128_t[]"},
445 case eFormatVectorOfUInt128: in GetSingleItemFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h191 eFormatVectorOfUInt128, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp255 case eFormatVectorOfUInt128: in FinalizeSettings()
1377 case eFormatVectorOfUInt128: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp789 case eFormatVectorOfUInt128: in DumpDataExtractor()
H A DValueObject.cpp1150 (custom_format == eFormatVectorOfUInt128) || in HasSpecialPrintableRepresentation()
1243 (custom_format == eFormatVectorOfUInt128) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst316 .. py:data:: eFormatVectorOfUInt128
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp537 .Case("vector-uint128", eFormatVectorOfUInt128) in BuildDynamicRegisterInfo()
4444 reg_info.format = eFormatVectorOfUInt128; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp524 case eFormatVectorOfUInt128: in GetFormatNameOrEmpty()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8960 case eFormatVectorOfUInt128: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70627 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt128", lldb::eFormatVectorOfUInt128)},