Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp101 case lldb::eFormatVectorOfUInt64: in GetCompilerTypeForFormat()
141 case lldb::eFormatVectorOfUInt64: in GetItemFormatForFormat()
H A DFormatManager.cpp62 {eFormatVectorOfUInt64, '\0', "uint64_t[]"},
444 case eFormatVectorOfUInt64: in GetSingleItemFormat()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_x86_64.cpp80 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, \
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h187 eFormatVectorOfUInt64, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp251 case eFormatVectorOfUInt64: in FinalizeSettings()
1373 case eFormatVectorOfUInt64: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp756 case eFormatVectorOfUInt64: in DumpDataExtractor()
H A DValueObject.cpp1153 (custom_format == eFormatVectorOfUInt64) || in HasSpecialPrintableRepresentation()
1246 (custom_format == eFormatVectorOfUInt64) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst312 .. py:data:: eFormatVectorOfUInt64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp536 .Case("vector-uint64", eFormatVectorOfUInt64) in BuildDynamicRegisterInfo()
4442 reg_info.format = eFormatVectorOfUInt64; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp522 case eFormatVectorOfUInt64: in GetFormatNameOrEmpty()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp762 {eFormatDecimal, eFormatVectorOfUInt64, sizeof(uint64_t)},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8957 case eFormatVectorOfUInt64: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70623 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt64", lldb::eFormatVectorOfUInt64)},