Home
last modified time | relevance | path

Searched refs:eFormatVectorOfUInt64 (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp101 case lldb::eFormatVectorOfUInt64: in GetCompilerTypeForFormat()
141 case lldb::eFormatVectorOfUInt64: in GetItemFormatForFormat()
H A DFormatManager.cpp61 {eFormatVectorOfUInt64, '\0', "uint64_t[]"},
443 case eFormatVectorOfUInt64: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_x86_64.cpp79 eEncodingUint, eFormatVectorOfUInt64, \
H A DRegisterInfos_i386.h125 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
H A DRegisterInfos_x86_64.h126 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp190 .Case("vector-uint64", eFormatVectorOfUInt64) in create()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp174 lldb::Format::eFormatVectorOfUInt64, in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h187 eFormatVectorOfUInt64, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp253 case eFormatVectorOfUInt64: in FinalizeSettings()
1417 case eFormatVectorOfUInt64: in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x64/
H A DRegisterContextWindows_x64.cpp37 #reg, NULL, 16, 0, eEncodingUint, eFormatVectorOfUInt64, \
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp856 case eFormatVectorOfUInt64: in DumpDataExtractor()
H A DValueObject.cpp1155 (custom_format == eFormatVectorOfUInt64) || in HasSpecialPrintableRepresentation()
1249 (custom_format == eFormatVectorOfUInt64) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst312 .. py:data:: eFormatVectorOfUInt64
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp488 .Case("vector-uint64", eFormatVectorOfUInt64) in BuildDynamicRegisterInfo()
4124 .Case("vector-uint64", eFormatVectorOfUInt64) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp565 case eFormatVectorOfUInt64: in GetFormatNameOrEmpty()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp762 {eFormatDecimal, eFormatVectorOfUInt64, sizeof(uint64_t)},
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9057 case eFormatVectorOfUInt64: in DumpTypeValue()