Home
last modified time | relevance | path

Searched refs:eFormatVectorOfUInt64 (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp101 case lldb::eFormatVectorOfUInt64: in GetCompilerTypeForFormat()
141 case lldb::eFormatVectorOfUInt64: in GetItemFormatForFormat()
H A DFormatManager.cpp63 {eFormatVectorOfUInt64, '\0', "uint64_t[]"},
465 case eFormatVectorOfUInt64: in GetSingleItemFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp163 …{"bnd0", nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd0, dwarf_bn…
164 …{"bnd1", nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd1, dwarf_bn…
165 …{"bnd2", nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd2, dwarf_bn…
166 …{"bnd3", nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd3, dwarf_bn…
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp989 eFormatVectorOfUInt64,
1001 eFormatVectorOfUInt64,
1013 eFormatVectorOfUInt64,
1025 eFormatVectorOfUInt64,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h127 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
H A DRegisterInfos_x86_64.h125 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h195 eFormatVectorOfUInt64, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp262 case eFormatVectorOfUInt64: in FinalizeSettings()
1426 case eFormatVectorOfUInt64: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp766 case eFormatVectorOfUInt64: in DumpDataExtractor()
H A DValueObject.cpp1252 (custom_format == eFormatVectorOfUInt64) || in HasSpecialPrintableRepresentation()
1345 (custom_format == eFormatVectorOfUInt64) || in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp598 .Case("vector-uint64", eFormatVectorOfUInt64) in BuildDynamicRegisterInfo()
4447 reg_info.format = eFormatVectorOfUInt64; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp1751 case eFormatVectorOfUInt64:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp776 {eFormatDecimal, eFormatVectorOfUInt64, sizeof(uint64_t)},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9582 case eFormatVectorOfUInt64: in DumpTypeValue()