Searched refs:eFormatDecimal (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/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 | 44 {eFormatDecimal, 'd', "decimal"}, 460 return eFormatDecimal; in GetSingleItemFormat()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 337 case eFormatDecimal: in DumpDataExtractor() 709 DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size, in DumpDataExtractor() 724 DE, s, offset, eFormatDecimal, sizeof(uint16_t), in DumpDataExtractor() 742 DE, s, offset, eFormatDecimal, sizeof(uint32_t), in DumpDataExtractor() 760 DE, s, offset, eFormatDecimal, sizeof(uint64_t), in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1380 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
|
| H A D | IOHandler.cpp | 2849 return eFormatDecimal; in FormatForChar()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 185 format = eFormatDecimal; in ParserGDBFormatLetter()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 762 {eFormatDecimal, eFormatVectorOfSInt8, sizeof(int8_t)}, 764 {eFormatDecimal, eFormatVectorOfSInt16, sizeof(int16_t)}, 766 {eFormatDecimal, eFormatVectorOfSInt32, sizeof(int32_t)}, 768 {eFormatDecimal, eFormatVectorOfSInt64, sizeof(int64_t)}, 770 {eFormatDecimal, eFormatVectorOfUInt8, sizeof(uint8_t)}, 772 {eFormatDecimal, eFormatVectorOfUInt16, sizeof(uint16_t)}, 774 {eFormatDecimal, eFormatVectorOfUInt32, sizeof(uint32_t)}, 776 {eFormatDecimal, eFormatVectorOfUInt64, sizeof(uint64_t)},
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 175 eFormatDecimal, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 169 case eFormatDecimal: in FinalizeSettings() 1521 case eFormatDecimal: in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 5403 return lldb::eFormatDecimal; in GetFormat() 5407 return lldb::eFormatDecimal; in GetFormat() 5411 return lldb::eFormatDecimal; in GetFormat() 5415 return lldb::eFormatDecimal; in GetFormat() 5419 return lldb::eFormatDecimal; in GetFormat() 9565 case eFormatDecimal: in DumpTypeValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1721 case eFormatDecimal:
|
| H A D | ProcessGDBRemote.cpp | 588 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
|