Searched refs:eFormatVectorOfUInt32 (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 102 case lldb::eFormatVectorOfUInt32: in GetCompilerTypeForFormat() 144 case lldb::eFormatVectorOfUInt32: in GetItemFormatForFormat()
|
H A D | FormatManager.cpp | 61 {eFormatVectorOfUInt32, '\0', "uint32_t[]"}, 436 case eFormatVectorOfUInt32: in GetSingleItemFormat()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_ppc64le.h | 47 lldb::eFormatVectorOfUInt32, \ 56 lldb::eFormatVectorOfUInt32, \
|
H A D | RegisterInfos_powerpc.h | 39 #reg, NULL, 16, VMX_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt32, \
|
H A D | RegisterInfos_ppc64.h | 48 lldb::eFormatVectorOfUInt32, \
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 186 eFormatVectorOfUInt32, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 252 case eFormatVectorOfUInt32: in FinalizeSettings() 1345 case eFormatVectorOfUInt32: in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 815 case eFormatVectorOfUInt32: in DumpDataExtractor()
|
H A D | ValueObject.cpp | 1299 (custom_format == eFormatVectorOfUInt32) || in HasSpecialPrintableRepresentation() 1403 (custom_format == eFormatVectorOfUInt32) || in DumpPrintableRepresentation()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 310 .. py:data:: eFormatVectorOfUInt32
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 478 .Case("vector-uint32", eFormatVectorOfUInt32) in BuildDynamicRegisterInfo() 4595 .Case("vector-uint32", eFormatVectorOfUInt32) in ParseRegisters()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 557 case eFormatVectorOfUInt32: in GetFormatNameOrEmpty()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8820 case eFormatVectorOfUInt32: in DumpTypeValue()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81159 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt32", (lldb::eFormatVectorOfUInt32))},
|