Home
last modified time | relevance | path

Searched refs:eFormatDecimal (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp112 case lldb::eFormatDecimal: in GetCompilerTypeForFormat()
136 return lldb::eFormatDecimal; in GetItemFormatForFormat()
147 case lldb::eFormatDecimal: in GetItemFormatForFormat()
161 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format; in GetItemFormatForFormat()
H A DFormatManager.cpp43 {eFormatDecimal, 'd', "decimal"},
439 return eFormatDecimal; in GetSingleItemFormat()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp397 case eFormatDecimal: in DumpDataExtractor()
699 DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size, in DumpDataExtractor()
714 DE, s, offset, eFormatDecimal, sizeof(uint16_t), in DumpDataExtractor()
732 DE, s, offset, eFormatDecimal, sizeof(uint32_t), in DumpDataExtractor()
750 DE, s, offset, eFormatDecimal, sizeof(uint64_t), in DumpDataExtractor()
H A DValueObject.cpp1281 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp4258 return eFormatDecimal; in FormatForChar()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp181 format = eFormatDecimal; in ParserGDBFormatLetter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp748 {eFormatDecimal, eFormatVectorOfSInt8, sizeof(int8_t)},
750 {eFormatDecimal, eFormatVectorOfSInt16, sizeof(int16_t)},
752 {eFormatDecimal, eFormatVectorOfSInt32, sizeof(int32_t)},
754 {eFormatDecimal, eFormatVectorOfSInt64, sizeof(int64_t)},
756 {eFormatDecimal, eFormatVectorOfUInt8, sizeof(uint8_t)},
758 {eFormatDecimal, eFormatVectorOfUInt16, sizeof(uint16_t)},
760 {eFormatDecimal, eFormatVectorOfUInt32, sizeof(uint32_t)},
762 {eFormatDecimal, eFormatVectorOfUInt64, sizeof(uint64_t)},
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h167 eFormatDecimal, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp157 case eFormatDecimal: in FinalizeSettings()
1460 case eFormatDecimal: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5141 : lldb::eFormatDecimal; in GetFormat()
5166 return lldb::eFormatDecimal; in GetFormat()
5170 return lldb::eFormatDecimal; in GetFormat()
5174 return lldb::eFormatDecimal; in GetFormat()
5178 return lldb::eFormatDecimal; in GetFormat()
5182 return lldb::eFormatDecimal; in GetFormat()
8940 case eFormatDecimal: in DumpTypeValue()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst293 .. py:data:: eFormatDecimal
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp502 case eFormatDecimal: in GetFormatNameOrEmpty()
H A DProcessGDBRemote.cpp526 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70604 {SWIG_LUA_CONSTTAB_INT("eFormatDecimal", lldb::eFormatDecimal)},