Searched refs:eFormatBinary (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 113 case lldb::eFormatBinary: in GetCompilerTypeForFormat() 148 case lldb::eFormatBinary: in GetItemFormatForFormat()
|
H A D | FormatManager.cpp | 36 {eFormatBinary, 'b', "binary"},
|
/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionGroupFormat.cpp | 207 format = eFormatBinary; in ParserGDBFormatLetter()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/ |
H A D | RegisterContextWindows_x86.cpp | 29 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatBinary
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 160 eFormatBinary, enumerator
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 157 case eFormatBinary: in FinalizeSettings() 1469 case eFormatBinary: in DoExecute()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/ |
H A D | RegisterContextWindows_x64.cpp | 35 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 8, 0, eEncodingUint, eFormatBinary
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 429 case eFormatBinary: in DumpDataExtractor()
|
H A D | ValueObject.cpp | 1290 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
|
H A D | IOHandlerCursesGUI.cpp | 5737 return eFormatBinary; in FormatForChar()
|
/openbsd-src/gnu/llvm/lldb/docs/ |
H A D | python_api_enums.rst | 285 .. py:data:: eFormatBinary
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 541 case eFormatBinary: in GetFormatNameOrEmpty()
|
H A D | ProcessGDBRemote.cpp | 463 .Case("binary", eFormatBinary) in BuildDynamicRegisterInfo()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 9115 case eFormatBinary: in DumpTypeValue()
|