Searched refs:eFormatBinary (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 110 case lldb::eFormatBinary: in GetCompilerTypeForFormat() 145 case lldb::eFormatBinary: in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 35 {eFormatBinary, 'b', "binary"},
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 207 format = eFormatBinary; in ParserGDBFormatLetter()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 179 .Case("binary", eFormatBinary) in create()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 118 TestDump<uint8_t>(0xAA, lldb::eFormatBinary, "0b10101010"); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 159 eFormatBinary, enumerator
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 156 case eFormatBinary: in FinalizeSettings() 1468 case eFormatBinary: in DoExecute()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 427 case eFormatBinary: in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1281 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 5735 return eFormatBinary; in FormatForChar()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 285 .. py:data:: eFormatBinary
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 543 case eFormatBinary: in GetFormatNameOrEmpty()
|
| H A D | ProcessGDBRemote.cpp | 477 .Case("binary", eFormatBinary) in BuildDynamicRegisterInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9037 case eFormatBinary: in DumpTypeValue()
|