Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp115 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 DFormatManager.cpp43 {eFormatDecimal, 'd', "decimal"},
428 return eFormatDecimal; in GetSingleItemFormat()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp499 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 DValueObject.cpp1293 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5725 return eFormatDecimal; in FormatForChar()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp199 format = eFormatDecimal; in ParserGDBFormatLetter()
/openbsd-src/gnu/llvm/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)},
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h168 eFormatDecimal, enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp160 case eFormatDecimal: in FinalizeSettings()
1505 case eFormatDecimal: in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5230 : 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 Dpython_api_enums.rst293 .. py:data:: eFormatDecimal
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp543 case eFormatDecimal: in GetFormatNameOrEmpty()
H A DProcessGDBRemote.cpp464 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()