| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 112 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 D | FormatManager.cpp | 43 {eFormatDecimal, 'd', "decimal"}, 439 return eFormatDecimal; in GetSingleItemFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 397 case eFormatDecimal: in DumpDataExtractor() 699 DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size, in DumpDataExtractor() 714 DE, s, offset, eFormatDecimal, sizeof(uint16_t), in DumpDataExtractor() 732 DE, s, offset, eFormatDecimal, sizeof(uint32_t), in DumpDataExtractor() 750 DE, s, offset, eFormatDecimal, sizeof(uint64_t), in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1281 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 4258 return eFormatDecimal; in FormatForChar()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 181 format = eFormatDecimal; in ParserGDBFormatLetter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 748 {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)},
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 167 eFormatDecimal, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 157 case eFormatDecimal: in FinalizeSettings() 1460 case eFormatDecimal: in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5141 : lldb::eFormatDecimal; in GetFormat() 5166 return lldb::eFormatDecimal; in GetFormat() 5170 return lldb::eFormatDecimal; in GetFormat() 5174 return lldb::eFormatDecimal; in GetFormat() 5178 return lldb::eFormatDecimal; in GetFormat() 5182 return lldb::eFormatDecimal; in GetFormat() 8940 case eFormatDecimal: in DumpTypeValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 293 .. py:data:: eFormatDecimal
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 502 case eFormatDecimal: in GetFormatNameOrEmpty()
|
| H A D | ProcessGDBRemote.cpp | 526 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 70604 {SWIG_LUA_CONSTTAB_INT("eFormatDecimal", lldb::eFormatDecimal)},
|