Home
last modified time | relevance | path

Searched refs:eFormatHexUppercase (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x64/
H A DRegisterContextWindows_x64.cpp29 #reg, alt, 8, 0, eEncodingUint, eFormatHexUppercase, \
44 #reg, nullptr, 4, 0, eEncodingUint, eFormatHexUppercase, \
52 #reg, nullptr, 2, 0, eEncodingUint, eFormatHexUppercase, \
60 #reg, nullptr, 1, 0, eEncodingUint, eFormatHexUppercase, \
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp28 #define DEFINE_GPR(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatHexUppercase
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp56 case lldb::eFormatHexUppercase: in GetCompilerTypeForFormat()
H A DFormatManager.cpp45 {eFormatHexUppercase, 'X', "uppercase hex"},
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp614 case eFormatHexUppercase: { in DumpDataExtractor()
615 bool wantsuppercase = (item_format == eFormatHexUppercase); in DumpDataExtractor()
H A DValueObject.cpp1285 (custom_format == eFormatHexUppercase) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5715 return eFormatHexUppercase; in FormatForChar()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp140 TestDump(0xcafef00d, lldb::Format::eFormatHexUppercase, "0xCAFEF00D"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h170 eFormatHexUppercase, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1434 case eFormatHexUppercase: in DoExecute()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst296 .. py:data:: eFormatHexUppercase
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9043 case eFormatHexUppercase: in DumpTypeValue()