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 D | RegisterContextWindows_x64.cpp | 29 #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 D | RegisterContextWindows_x86.cpp | 28 #define DEFINE_GPR(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatHexUppercase
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 56 case lldb::eFormatHexUppercase: in GetCompilerTypeForFormat()
|
| H A D | FormatManager.cpp | 45 {eFormatHexUppercase, 'X', "uppercase hex"},
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 614 case eFormatHexUppercase: { in DumpDataExtractor() 615 bool wantsuppercase = (item_format == eFormatHexUppercase); in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1285 (custom_format == eFormatHexUppercase) || in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 5715 return eFormatHexUppercase; in FormatForChar()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 140 TestDump(0xcafef00d, lldb::Format::eFormatHexUppercase, "0xCAFEF00D"); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 170 eFormatHexUppercase, enumerator
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1434 case eFormatHexUppercase: in DoExecute()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 296 .. py:data:: eFormatHexUppercase
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9043 case eFormatHexUppercase: in DumpTypeValue()
|