Home
last modified time | relevance | path

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

/freebsd/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"},
440 return eFormatDecimal; in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp500 case eFormatDecimal: in DumpDataExtractor()
775 DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size, in DumpDataExtractor()
790 DE, s, offset, eFormatDecimal, sizeof(uint16_t), in DumpDataExtractor()
808 DE, s, offset, eFormatDecimal, sizeof(uint32_t), in DumpDataExtractor()
826 DE, s, offset, eFormatDecimal, sizeof(uint64_t), in DumpDataExtractor()
H A DIOHandlerCursesGUI.cpp5747 return eFormatDecimal; in FormatForChar()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp200 format = eFormatDecimal; in ParserGDBFormatLetter()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h171 eFormatDecimal, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp160 case eFormatDecimal: in FinalizeSettings()
1461 case eFormatDecimal: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5182 : lldb::eFormatDecimal; in GetFormat()
5209 return 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()
8728 case eFormatDecimal: in DumpTypeValue()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst293 .. py:data:: eFormatDecimal
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1467 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp541 case eFormatDecimal: in GetFormatNameOrEmpty()
H A DProcessGDBRemote.cpp480 .Case("decimal", eFormatDecimal) in BuildDynamicRegisterInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82538 {SWIG_LUA_CONSTTAB_INT("eFormatDecimal", (lldb::eFormatDecimal))},