Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.cpp44 {eFormatDecimal, 'd', "decimal"},
460 return eFormatDecimal; in GetSingleItemFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp337 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 DValueObject.cpp1380 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
H A DIOHandler.cpp2849 return eFormatDecimal; in FormatForChar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp185 format = eFormatDecimal; in ParserGDBFormatLetter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp762 {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 Dlldb-enumerations.h175 eFormatDecimal, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp169 case eFormatDecimal: in FinalizeSettings()
1521 case eFormatDecimal: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5403 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 DGDBRemoteCommunicationServerLLGS.cpp1721 case eFormatDecimal:
H A DProcessGDBRemote.cpp588 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()