| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 112 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 D | FormatManager.cpp | 42 {eFormatDecimal, 'd', "decimal"}, 438 return eFormatDecimal; in GetSingleItemFormat()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 497 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 D | ValueObject.cpp | 1284 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 5723 return eFormatDecimal; in FormatForChar()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/format-propagation/ |
| H A D | TestFormatPropagation.py | 70 Y.SetFormat(lldb.eFormatDecimal)
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 199 format = eFormatDecimal; in ParserGDBFormatLetter()
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 180 .Case("decimal", eFormatDecimal) in create()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 748 {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 D | DumpDataExtractorTest.cpp | 136 TestDump<uint16_t>(99, lldb::Format::eFormatDecimal, "99"); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 167 eFormatDecimal, enumerator
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 159 case eFormatDecimal: in FinalizeSettings() 1504 case eFormatDecimal: in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5177 : 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 D | python_api_enums.rst | 293 .. py:data:: eFormatDecimal
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 545 case eFormatDecimal: in GetFormatNameOrEmpty()
|
| H A D | ProcessGDBRemote.cpp | 478 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
|