Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp92 case lldb::eFormatVectorOfUInt128: in GetCompilerTypeForFormat()
138 case lldb::eFormatVectorOfUInt128: in GetItemFormatForFormat()
H A DFormatManager.cpp67 {eFormatVectorOfUInt128, '\0', "uint128_t[]"},
466 case eFormatVectorOfUInt128: in GetSingleItemFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h199 eFormatVectorOfUInt128, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp266 case eFormatVectorOfUInt128: in FinalizeSettings()
1430 case eFormatVectorOfUInt128: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp799 case eFormatVectorOfUInt128: in DumpDataExtractor()
H A DValueObject.cpp1249 (custom_format == eFormatVectorOfUInt128) || in HasSpecialPrintableRepresentation()
1342 (custom_format == eFormatVectorOfUInt128) || in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp599 .Case("vector-uint128", eFormatVectorOfUInt128) in BuildDynamicRegisterInfo()
4449 reg_info.format = eFormatVectorOfUInt128; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp1754 case eFormatVectorOfUInt128:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9585 case eFormatVectorOfUInt128: in DumpTypeValue()