Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/examples/python/
H A Dx86_64_linux_target_definition.py273 'format': eFormatVectorOfUInt8},
278 'format': eFormatVectorOfUInt8},
283 'format': eFormatVectorOfUInt8},
288 'format': eFormatVectorOfUInt8},
293 'format': eFormatVectorOfUInt8},
298 'format': eFormatVectorOfUInt8},
303 'format': eFormatVectorOfUInt8},
308 'format': eFormatVectorOfUInt8},
329 'format': eFormatVectorOfUInt8},
334 'format': eFormatVectorOfUInt8},
[all …]
H A Dx86_64_qemu_target_definition.py273 'format': eFormatVectorOfUInt8},
278 'format': eFormatVectorOfUInt8},
283 'format': eFormatVectorOfUInt8},
288 'format': eFormatVectorOfUInt8},
293 'format': eFormatVectorOfUInt8},
298 'format': eFormatVectorOfUInt8},
303 'format': eFormatVectorOfUInt8},
308 'format': eFormatVectorOfUInt8},
329 'format': eFormatVectorOfUInt8},
334 'format': eFormatVectorOfUInt8},
[all …]
H A Dx86_64_target_definition.py279 'format': eFormatVectorOfUInt8},
284 'format': eFormatVectorOfUInt8},
289 'format': eFormatVectorOfUInt8},
294 'format': eFormatVectorOfUInt8},
299 'format': eFormatVectorOfUInt8},
304 'format': eFormatVectorOfUInt8},
309 'format': eFormatVectorOfUInt8},
314 'format': eFormatVectorOfUInt8},
335 'format': eFormatVectorOfUInt8},
340 'format': eFormatVectorOfUInt8},
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h84 stmm[i]), eEncodingVector, eFormatVectorOfUInt8, \
104 reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
115 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
135 eFormatVectorOfUInt8, \
H A DRegisterInfos_x86_64.h85 stmm[i]), eEncodingVector, eFormatVectorOfUInt8, \
105 reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
115 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
137 LLVM_EXTENSION BNDC_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
H A DRegisterInfos_arm64_sve.h310 #vreg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
324 #reg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
331 #reg, nullptr, 2, 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 DRegisterContextDarwin_x86_64.cpp171 FPU_OFFSET(reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
H A DRegisterInfos_arm.h359 eFormatVectorOfUInt8, \
H A DRegisterInfos_arm64.h514 lldb::eFormatVectorOfUInt8, VREG_KIND(reg), nullptr, nullptr, \
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp161 lldb::Format::eFormatVectorOfUInt8, "{0x0c 0xff 0x22}"); in TEST()
302 lldb::Format::eFormatVectorOfUInt8, 1, in TEST()
305 lldb::Format::eFormatVectorOfUInt8, 1, in TEST()
311 TestDumpMultiLine(vector_data.data(), 2, lldb::Format::eFormatVectorOfUInt8, in TEST()
/llvm-project-15.0.7/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.cpp47 eFormatVectorOfUInt8, {dwarf_d##i, dwarf_d##i, INV, INV, reg_d##i}, \
60 eFormatVectorOfUInt8, {dwarf_q##i, dwarf_q##i, INV, INV, reg_q##i}, \
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp104 case lldb::eFormatVectorOfUInt8: in GetCompilerTypeForFormat()
142 case lldb::eFormatVectorOfUInt8: in GetItemFormatForFormat()
H A DFormatManager.cpp55 {eFormatVectorOfUInt8, '\0', "uint8_t[]"},
440 case eFormatVectorOfUInt8: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp256 16, eEncodingVector, eFormatVectorOfUInt8); in AugmentRegisterInfo()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp184 .Case("vector-uint8", eFormatVectorOfUInt8) in create()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h181 eFormatVectorOfUInt8, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp247 case eFormatVectorOfUInt8: in FinalizeSettings()
1411 case eFormatVectorOfUInt8: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp804 case eFormatVectorOfUInt8: in DumpDataExtractor()
H A DValueObject.cpp1156 (custom_format == eFormatVectorOfUInt8)) in HasSpecialPrintableRepresentation()
1250 (custom_format == eFormatVectorOfUInt8)) // arrays of bytes, bytes in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp482 .Case("vector-uint8", eFormatVectorOfUInt8) in BuildDynamicRegisterInfo()
4118 .Case("vector-uint8", eFormatVectorOfUInt8) in ParseRegisters()
4170 reg_info.format = eFormatVectorOfUInt8; in ParseRegisters()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp623 reg_info.format = eFormatVectorOfUInt8; in GetRegisterInfo()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst306 .. py:data:: eFormatVectorOfUInt8

12