Searched refs:eFormatVectorOfUInt32 (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 98 case lldb::eFormatVectorOfUInt32: in GetCompilerTypeForFormat() 140 case lldb::eFormatVectorOfUInt32: in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 61 {eFormatVectorOfUInt32, '\0', "uint32_t[]"}, 464 case eFormatVectorOfUInt32: in GetSingleItemFormat()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_ppc64le.h | 48 lldb::eFormatVectorOfUInt32, \ 57 lldb::eFormatVectorOfUInt32, \
|
| H A D | RegisterInfos_powerpc.h | 40 #reg, NULL, 16, VMX_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt32, \
|
| H A D | RegisterInfos_ppc64.h | 49 lldb::eFormatVectorOfUInt32, \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 193 eFormatVectorOfUInt32, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 260 case eFormatVectorOfUInt32: in FinalizeSettings() 1424 case eFormatVectorOfUInt32: in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 748 case eFormatVectorOfUInt32: in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1251 (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 D | ProcessGDBRemote.cpp | 596 .Case("vector-uint32", eFormatVectorOfUInt32) in BuildDynamicRegisterInfo() 4443 reg_info.format = eFormatVectorOfUInt32; in ParseRegisters()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1745 case eFormatVectorOfUInt32:
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 774 {eFormatDecimal, eFormatVectorOfUInt32, sizeof(uint32_t)},
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 9580 case eFormatVectorOfUInt32: in DumpTypeValue()
|