Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp42 {eFormatDecimal, 'd', "decimal"},
438 return eFormatDecimal; in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp497 case eFormatDecimal: in DumpDataExtractor()
799 DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size, in DumpDataExtractor()
814 DE, s, offset, eFormatDecimal, sizeof(uint16_t), in DumpDataExtractor()
832 DE, s, offset, eFormatDecimal, sizeof(uint32_t), in DumpDataExtractor()
850 DE, s, offset, eFormatDecimal, sizeof(uint64_t), in DumpDataExtractor()
H A DValueObject.cpp1284 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5723 return eFormatDecimal; in FormatForChar()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/format-propagation/
H A DTestFormatPropagation.py70 Y.SetFormat(lldb.eFormatDecimal)
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp199 format = eFormatDecimal; in ParserGDBFormatLetter()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp180 .Case("decimal", eFormatDecimal) in create()
/llvm-project-15.0.7/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)},
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp136 TestDump<uint16_t>(99, lldb::Format::eFormatDecimal, "99"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h167 eFormatDecimal, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp159 case eFormatDecimal: in FinalizeSettings()
1504 case eFormatDecimal: in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5177 : lldb::eFormatDecimal; in GetFormat()
5204 return lldb::eFormatDecimal; in GetFormat()
5208 return lldb::eFormatDecimal; in GetFormat()
5212 return lldb::eFormatDecimal; in GetFormat()
5216 return lldb::eFormatDecimal; in GetFormat()
5220 return lldb::eFormatDecimal; in GetFormat()
9040 case eFormatDecimal: in DumpTypeValue()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst293 .. py:data:: eFormatDecimal
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp545 case eFormatDecimal: in GetFormatNameOrEmpty()
H A DProcessGDBRemote.cpp478 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()