Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp105 case lldb::eFormatVectorOfUInt64: in GetCompilerTypeForFormat()
145 case lldb::eFormatVectorOfUInt64: in GetItemFormatForFormat()
HDFormatManager.cpp63 {eFormatVectorOfUInt64, '\0', "uint64_t[]"},
437 case eFormatVectorOfUInt64: in GetSingleItemFormat()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextWindows_x86_64.cpp80 eEncodingUint, eFormatVectorOfUInt64, \
HDRegisterInfos_i386.h126 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
HDRegisterInfos_x86_64.h127 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
HDRegisterInfos_x86_64_with_base.h124 eEncodingVector, eFormatVectorOfUInt64, \
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h188 eFormatVectorOfUInt64, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.cpp254 case eFormatVectorOfUInt64: in FinalizeSettings()
1347 case eFormatVectorOfUInt64: in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDumpDataExtractor.cpp833 case eFormatVectorOfUInt64: in DumpDataExtractor()
HDValueObject.cpp1300 (custom_format == eFormatVectorOfUInt64) || in HasSpecialPrintableRepresentation()
1404 (custom_format == eFormatVectorOfUInt64) || in DumpPrintableRepresentation()
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst312 .. py:data:: eFormatVectorOfUInt64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp480 .Case("vector-uint64", eFormatVectorOfUInt64) in BuildDynamicRegisterInfo()
4597 .Case("vector-uint64", eFormatVectorOfUInt64) in ParseRegisters()
HDGDBRemoteCommunicationServerLLGS.cpp561 case eFormatVectorOfUInt64: in GetFormatNameOrEmpty()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp8822 case eFormatVectorOfUInt64: in DumpTypeValue()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81161 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt64", (lldb::eFormatVectorOfUInt64))},