Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp116 case lldb::eFormatDecimal: in GetCompilerTypeForFormat()
140 return lldb::eFormatDecimal; in GetItemFormatForFormat()
151 case lldb::eFormatDecimal: in GetItemFormatForFormat()
165 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format; in GetItemFormatForFormat()
H A DFormatManager.cpp44 {eFormatDecimal, 'd', "decimal"},
432 return eFormatDecimal; in GetSingleItemFormat()
/src/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp499 case eFormatDecimal: in DumpDataExtractor()
776 DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size, in DumpDataExtractor()
791 DE, s, offset, eFormatDecimal, sizeof(uint16_t), in DumpDataExtractor()
809 DE, s, offset, eFormatDecimal, sizeof(uint32_t), in DumpDataExtractor()
827 DE, s, offset, eFormatDecimal, sizeof(uint64_t), in DumpDataExtractor()
H A DValueObject.cpp1439 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5745 return eFormatDecimal; in FormatForChar()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp199 format = eFormatDecimal; in ParserGDBFormatLetter()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h168 eFormatDecimal, enumerator
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp160 case eFormatDecimal: in FinalizeSettings()
1434 case eFormatDecimal: in DoExecute()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5186 : lldb::eFormatDecimal; in GetFormat()
5213 return lldb::eFormatDecimal; in GetFormat()
5217 return lldb::eFormatDecimal; in GetFormat()
5221 return lldb::eFormatDecimal; in GetFormat()
5225 return lldb::eFormatDecimal; in GetFormat()
5229 return lldb::eFormatDecimal; in GetFormat()
8805 case eFormatDecimal: in DumpTypeValue()
/src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst293 .. py:data:: eFormatDecimal
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp541 case eFormatDecimal: in GetFormatNameOrEmpty()
H A DProcessGDBRemote.cpp470 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81142 {SWIG_LUA_CONSTTAB_INT("eFormatDecimal", (lldb::eFormatDecimal))},