Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp101 case lldb::eFormatVectorOfUInt32: in GetCompilerTypeForFormat()
143 case lldb::eFormatVectorOfUInt32: in GetItemFormatForFormat()
H A DFormatManager.cpp60 {eFormatVectorOfUInt32, '\0', "uint32_t[]"},
432 case eFormatVectorOfUInt32: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64le.h47 lldb::eFormatVectorOfUInt32, \
56 lldb::eFormatVectorOfUInt32, \
H A DRegisterInfos_powerpc.h39 #reg, NULL, 16, VMX_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt32, \
H A DRegisterInfos_ppc64.h48 lldb::eFormatVectorOfUInt32, \
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h186 eFormatVectorOfUInt32, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp252 case eFormatVectorOfUInt32: in FinalizeSettings()
1399 case eFormatVectorOfUInt32: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp815 case eFormatVectorOfUInt32: in DumpDataExtractor()
H A DValueObject.cpp1107 (custom_format == eFormatVectorOfUInt32) || in HasSpecialPrintableRepresentation()
1211 (custom_format == eFormatVectorOfUInt32) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst310 .. py:data:: eFormatVectorOfUInt32
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp478 .Case("vector-uint32", eFormatVectorOfUInt32) in BuildDynamicRegisterInfo()
4423 .Case("vector-uint32", eFormatVectorOfUInt32) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp557 case eFormatVectorOfUInt32: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8634 case eFormatVectorOfUInt32: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77875 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt32", lldb::eFormatVectorOfUInt32)},