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[]"},
438 case eFormatVectorOfUInt128: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h192 eFormatVectorOfUInt128, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp258 case eFormatVectorOfUInt128: in FinalizeSettings()
1351 case eFormatVectorOfUInt128: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp866 case eFormatVectorOfUInt128: in DumpDataExtractor()
H A DValueObject.cpp1297 (custom_format == eFormatVectorOfUInt128) || in HasSpecialPrintableRepresentation()
1401 (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.cpp481 .Case("vector-uint128", eFormatVectorOfUInt128) in BuildDynamicRegisterInfo()
4598 .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.cpp8825 case eFormatVectorOfUInt128: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81165 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt128", (lldb::eFormatVectorOfUInt128))},