Searched refs:eFormatDecimal (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 115 case lldb::eFormatDecimal: in GetCompilerTypeForFormat() 139 return lldb::eFormatDecimal; in GetItemFormatForFormat() 150 case lldb::eFormatDecimal: in GetItemFormatForFormat() 164 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format; in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 43 {eFormatDecimal, 'd', "decimal"}, 428 return eFormatDecimal; in GetSingleItemFormat()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 499 case eFormatDecimal: in DumpDataExtractor() 769 DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size, in DumpDataExtractor() 784 DE, s, offset, eFormatDecimal, sizeof(uint16_t), in DumpDataExtractor() 802 DE, s, offset, eFormatDecimal, sizeof(uint32_t), in DumpDataExtractor() 820 DE, s, offset, eFormatDecimal, sizeof(uint64_t), in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1293 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 5725 return eFormatDecimal; in FormatForChar()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 199 format = eFormatDecimal; in ParserGDBFormatLetter()
|
| /openbsd-src/gnu/llvm/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)},
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 168 eFormatDecimal, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 160 case eFormatDecimal: in FinalizeSettings() 1505 case eFormatDecimal: in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5230 : lldb::eFormatDecimal; in GetFormat() 5257 return lldb::eFormatDecimal; in GetFormat() 5261 return lldb::eFormatDecimal; in GetFormat() 5265 return lldb::eFormatDecimal; in GetFormat() 5269 return lldb::eFormatDecimal; in GetFormat() 5273 return lldb::eFormatDecimal; in GetFormat() 9118 case eFormatDecimal: in DumpTypeValue()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 293 .. py:data:: eFormatDecimal
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 543 case eFormatDecimal: in GetFormatNameOrEmpty()
|
| H A D | ProcessGDBRemote.cpp | 464 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
|