Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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_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 …]
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 …]
/openbsd-src/gnu/llvm/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.h312 #vreg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
326 #reg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
333 #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 DRegisterInfos_arm.h359 eFormatVectorOfUInt8, \
H A DRegisterContextDarwin_x86_64.cpp171 FPU_OFFSET(reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
H A DRegisterInfos_arm64.h516 lldb::eFormatVectorOfUInt8, VREG_KIND(reg), nullptr, nullptr, \
/openbsd-src/gnu/llvm/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}, \
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp107 case lldb::eFormatVectorOfUInt8: in GetCompilerTypeForFormat()
145 case lldb::eFormatVectorOfUInt8: in GetItemFormatForFormat()
H A DFormatManager.cpp56 {eFormatVectorOfUInt8, '\0', "uint8_t[]"},
430 case eFormatVectorOfUInt8: in GetSingleItemFormat()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp259 16, eEncodingVector, eFormatVectorOfUInt8); in AugmentRegisterInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h182 eFormatVectorOfUInt8, enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp248 case eFormatVectorOfUInt8: in FinalizeSettings()
1412 case eFormatVectorOfUInt8: in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp774 case eFormatVectorOfUInt8: in DumpDataExtractor()
H A DValueObject.cpp1165 (custom_format == eFormatVectorOfUInt8)) in HasSpecialPrintableRepresentation()
1259 (custom_format == eFormatVectorOfUInt8)) // arrays of bytes, bytes in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp468 .Case("vector-uint8", eFormatVectorOfUInt8) in BuildDynamicRegisterInfo()
4083 .Case("vector-uint8", eFormatVectorOfUInt8) in ParseRegisters()
4135 reg_info.format = eFormatVectorOfUInt8; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp551 case eFormatVectorOfUInt8: in GetFormatNameOrEmpty()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp625 reg_info.format = eFormatVectorOfUInt8; in GetRegisterInfo()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst306 .. py:data:: eFormatVectorOfUInt8
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp638 reg_info.format = eFormatVectorOfUInt8; in GetRegisterInfo()

12