Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp98 case lldb::eFormatVectorOfUInt32: in GetCompilerTypeForFormat()
140 case lldb::eFormatVectorOfUInt32: in GetItemFormatForFormat()
DFormatManager.cpp60 {eFormatVectorOfUInt32, '\0', "uint32_t[]"},
443 case eFormatVectorOfUInt32: in GetSingleItemFormat()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfos_ppc64le.h47 lldb::eFormatVectorOfUInt32, \
56 lldb::eFormatVectorOfUInt32, \
DRegisterInfos_powerpc.h39 #reg, NULL, 16, VMX_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt32, \
DRegisterInfos_ppc64.h48 lldb::eFormatVectorOfUInt32, \
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h185 eFormatVectorOfUInt32, enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp249 case eFormatVectorOfUInt32: in FinalizeSettings()
1371 case eFormatVectorOfUInt32: in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp738 case eFormatVectorOfUInt32: in DumpDataExtractor()
DValueObject.cpp1152 (custom_format == eFormatVectorOfUInt32) || in HasSpecialPrintableRepresentation()
1245 (custom_format == eFormatVectorOfUInt32) || in DumpPrintableRepresentation()
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst310 .. py:data:: eFormatVectorOfUInt32
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp534 .Case("vector-uint32", eFormatVectorOfUInt32) in BuildDynamicRegisterInfo()
4438 reg_info.format = eFormatVectorOfUInt32; in ParseRegisters()
DGDBRemoteCommunicationServerLLGS.cpp518 case eFormatVectorOfUInt32: in GetFormatNameOrEmpty()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp760 {eFormatDecimal, eFormatVectorOfUInt32, sizeof(uint32_t)},
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8955 case eFormatVectorOfUInt32: in DumpTypeValue()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp70621 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt32", lldb::eFormatVectorOfUInt32)},