Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/
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, \
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
DRegisterContextWindows_x86.cpp28 #define DEFINE_GPR(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatHexUppercase
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DVectorType.cpp59 case lldb::eFormatHexUppercase: in GetCompilerTypeForFormat()
DFormatManager.cpp46 {eFormatHexUppercase, 'X', "uppercase hex"},
/openbsd/src/gnu/llvm/lldb/source/Core/
DDumpDataExtractor.cpp616 case eFormatHexUppercase: { in DumpDataExtractor()
617 bool wantsuppercase = (item_format == eFormatHexUppercase); in DumpDataExtractor()
DValueObject.cpp1294 (custom_format == eFormatHexUppercase) || in DumpPrintableRepresentation()
DIOHandlerCursesGUI.cpp5717 return eFormatHexUppercase; in FormatForChar()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h171 eFormatHexUppercase, enumerator
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectMemory.cpp1435 case eFormatHexUppercase: in DoExecute()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst296 .. py:data:: eFormatHexUppercase
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9121 case eFormatHexUppercase: in DumpTypeValue()