Searched refs:eFormatDecimal (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 115 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 D | FormatManager.cpp | 43 {eFormatDecimal, 'd', "decimal"}, 428 return eFormatDecimal; in GetSingleItemFormat()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 499 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 D | ValueObject.cpp | 1247 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 5745 return eFormatDecimal; in FormatForChar()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 199 format = eFormatDecimal; in ParserGDBFormatLetter()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 168 eFormatDecimal, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 160 case eFormatDecimal: in FinalizeSettings() 1488 case eFormatDecimal: in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5113 : 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 D | python_api_enums.rst | 293 .. py:data:: eFormatDecimal
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 541 case eFormatDecimal: in GetFormatNameOrEmpty()
|
| H A D | ProcessGDBRemote.cpp | 470 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 77858 {SWIG_LUA_CONSTTAB_INT("eFormatDecimal", lldb::eFormatDecimal)},
|