Home
last modified time | relevance | path

Searched refs:eFormatVectorOfUInt8 (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h84 stmm[i]), eEncodingVector, eFormatVectorOfUInt8, \
105 reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
116 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
136 eFormatVectorOfUInt8, \
H A DRegisterInfos_x86_64.h85 stmm[i]), eEncodingVector, eFormatVectorOfUInt8, \
106 reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
116 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
138 LLVM_EXTENSION BNDC_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
H A DRegisterInfos_x86_64_with_base.h84 eEncodingVector, eFormatVectorOfUInt8, \
104 eEncodingVector, eFormatVectorOfUInt8, \
114 eFormatVectorOfUInt8, \
134 eFormatVectorOfUInt8, \
H A DRegisterInfos_arm64_sve.h312 #vreg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
328 #reg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
335 #reg, nullptr, 2, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
H A DRegisterInfos_riscv64.h76 #reg, #alt, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
H A DRegisterInfos_mips.h69 MSA_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt8, \
H A DRegisterContextDarwin_i386.cpp153 FPU_OFFSET(reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
H A DRegisterInfos_arm.h359 eFormatVectorOfUInt8, \
H A DRegisterContextDarwin_x86_64.cpp171 FPU_OFFSET(reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
H A DRegisterInfos_arm64.h518 lldb::eFormatVectorOfUInt8, VREG_KIND(reg), nullptr, nullptr, nullptr, \
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp51 eFormatVectorOfUInt8, {arm64_dwarf::v##i, arm64_dwarf::v##i, INV, INV, \
58 eFormatVectorOfUInt8, {INV, INV, INV, INV, reg_d##i}, nullptr, \
65 eFormatVectorOfUInt8, {INV, INV, INV, INV, reg_s##i}, nullptr, \
72 eFormatVectorOfUInt8, {INV, INV, INV, INV, reg_h##i}, nullptr, \
H A DRegisterContextMinidump_ARM.cpp48 eFormatVectorOfUInt8, {dwarf_d##i, dwarf_d##i, INV, INV, reg_d##i}, \
62 eFormatVectorOfUInt8, {dwarf_q##i, dwarf_q##i, INV, INV, reg_q##i}, \
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp108 case lldb::eFormatVectorOfUInt8: in GetCompilerTypeForFormat()
146 case lldb::eFormatVectorOfUInt8: in GetItemFormatForFormat()
H A DFormatManager.cpp57 {eFormatVectorOfUInt8, '\0', "uint8_t[]"},
434 case eFormatVectorOfUInt8: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp271 16, eEncodingVector, eFormatVectorOfUInt8); in AugmentRegisterInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h182 eFormatVectorOfUInt8, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp248 case eFormatVectorOfUInt8: in FinalizeSettings()
1341 case eFormatVectorOfUInt8: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp781 case eFormatVectorOfUInt8: in DumpDataExtractor()
H A DValueObject.cpp1301 (custom_format == eFormatVectorOfUInt8)) in HasSpecialPrintableRepresentation()
1405 (custom_format == eFormatVectorOfUInt8)) // arrays of bytes, bytes in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp474 .Case("vector-uint8", eFormatVectorOfUInt8) in BuildDynamicRegisterInfo()
4591 .Case("vector-uint8", eFormatVectorOfUInt8) in ParseRegisters()
4664 reg_info.format = eFormatVectorOfUInt8; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp549 case eFormatVectorOfUInt8: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp625 reg_info.format = eFormatVectorOfUInt8; in GetRegisterInfo()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst306 .. py:data:: eFormatVectorOfUInt8
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp638 reg_info.format = eFormatVectorOfUInt8; in GetRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8816 case eFormatVectorOfUInt8: in DumpTypeValue()

12