Home
last modified time | relevance | path

Searched refs:eFormatUnsigned (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp66 case lldb::eFormatUnsigned: in GetCompilerTypeForFormat()
143 return lldb::eFormatUnsigned; in GetItemFormatForFormat()
DFormatManager.cpp52 {eFormatUnsigned, 'u', "unsigned decimal"},
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp187 format = eFormatUnsigned; in ParserGDBFormatLetter()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h177 eFormatUnsigned, enumerator
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp382 case eFormatUnsigned: in DumpDataExtractor()
DValueObject.cpp1108 my_format = eFormatUnsigned; in GetValueAsCString()
1339 (custom_format == eFormatUnsigned) || in DumpPrintableRepresentation()
DIOHandlerCursesGUI.cpp2434 return eFormatUnsigned; in FormatForChar()
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp161 case eFormatUnsigned: in FinalizeSettings()
1506 case eFormatUnsigned: in DoExecute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5013 return qual_type->isUnsignedIntegerType() ? lldb::eFormatUnsigned in GetFormat()
5037 return lldb::eFormatUnsigned; in GetFormat()
5041 return lldb::eFormatUnsigned; in GetFormat()
5045 return lldb::eFormatUnsigned; in GetFormat()
5049 return lldb::eFormatUnsigned; in GetFormat()
5053 return lldb::eFormatUnsigned; in GetFormat()
8818 case eFormatUnsigned: in DumpTypeValue()