Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/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.cpp1247 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5745 return eFormatDecimal; in FormatForChar()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp199 format = eFormatDecimal; in ParserGDBFormatLetter()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h168 eFormatDecimal, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp160 case eFormatDecimal: in FinalizeSettings()
1488 case eFormatDecimal: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5113 : lldb::eFormatDecimal; in GetFormat()
5140 return lldb::eFormatDecimal; in GetFormat()
5144 return lldb::eFormatDecimal; in GetFormat()
5148 return lldb::eFormatDecimal; in GetFormat()
5152 return lldb::eFormatDecimal; in GetFormat()
5156 return lldb::eFormatDecimal; in GetFormat()
8619 case eFormatDecimal: in DumpTypeValue()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst293 .. py:data:: eFormatDecimal
/freebsd-14.2/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()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77858 {SWIG_LUA_CONSTTAB_INT("eFormatDecimal", lldb::eFormatDecimal)},