Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp104 case lldb::eFormatVectorOfUInt64: in GetCompilerTypeForFormat()
144 case lldb::eFormatVectorOfUInt64: in GetItemFormatForFormat()
H A DFormatManager.cpp62 {eFormatVectorOfUInt64, '\0', "uint64_t[]"},
433 case eFormatVectorOfUInt64: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_x86_64.cpp80 eEncodingUint, eFormatVectorOfUInt64, \
H A DRegisterInfos_i386.h126 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
H A DRegisterInfos_x86_64.h127 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \
H A DRegisterInfos_x86_64_with_base.h124 eEncodingVector, eFormatVectorOfUInt64, \
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h188 eFormatVectorOfUInt64, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp254 case eFormatVectorOfUInt64: in FinalizeSettings()
1401 case eFormatVectorOfUInt64: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp833 case eFormatVectorOfUInt64: in DumpDataExtractor()
H A DValueObject.cpp1108 (custom_format == eFormatVectorOfUInt64) || in HasSpecialPrintableRepresentation()
1212 (custom_format == eFormatVectorOfUInt64) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst312 .. py:data:: eFormatVectorOfUInt64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp480 .Case("vector-uint64", eFormatVectorOfUInt64) in BuildDynamicRegisterInfo()
4425 .Case("vector-uint64", eFormatVectorOfUInt64) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp561 case eFormatVectorOfUInt64: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8636 case eFormatVectorOfUInt64: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77877 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfUInt64", lldb::eFormatVectorOfUInt64)},