Home
last modified time | relevance | path

Searched refs:eFormatVectorOfUInt32 (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp98 case lldb::eFormatVectorOfUInt32: in GetCompilerTypeForFormat()
140 case lldb::eFormatVectorOfUInt32: in GetItemFormatForFormat()
H A DFormatManager.cpp61 {eFormatVectorOfUInt32, '\0', "uint32_t[]"},
464 case eFormatVectorOfUInt32: in GetSingleItemFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64le.h48 lldb::eFormatVectorOfUInt32, \
57 lldb::eFormatVectorOfUInt32, \
H A DRegisterInfos_powerpc.h40 #reg, NULL, 16, VMX_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt32, \
H A DRegisterInfos_ppc64.h49 lldb::eFormatVectorOfUInt32, \
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h193 eFormatVectorOfUInt32, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp260 case eFormatVectorOfUInt32: in FinalizeSettings()
1424 case eFormatVectorOfUInt32: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp748 case eFormatVectorOfUInt32: in DumpDataExtractor()
H A DValueObject.cpp1251 (custom_format == eFormatVectorOfUInt32) || in HasSpecialPrintableRepresentation()
1344 (custom_format == eFormatVectorOfUInt32) || in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp596 .Case("vector-uint32", eFormatVectorOfUInt32) in BuildDynamicRegisterInfo()
4443 reg_info.format = eFormatVectorOfUInt32; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp1745 case eFormatVectorOfUInt32:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp774 {eFormatDecimal, eFormatVectorOfUInt32, sizeof(uint32_t)},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9580 case eFormatVectorOfUInt32: in DumpTypeValue()