Home
last modified time | relevance | path

Searched refs:eFormatBinary (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp110 case lldb::eFormatBinary: in GetCompilerTypeForFormat()
145 case lldb::eFormatBinary: in GetItemFormatForFormat()
H A DFormatManager.cpp35 {eFormatBinary, 'b', "binary"},
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp207 format = eFormatBinary; in ParserGDBFormatLetter()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp29 #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 DMessageObjects.cpp179 .Case("binary", eFormatBinary) in create()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp118 TestDump<uint8_t>(0xAA, lldb::eFormatBinary, "0b10101010"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h159 eFormatBinary, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp156 case eFormatBinary: in FinalizeSettings()
1468 case eFormatBinary: in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x64/
H A DRegisterContextWindows_x64.cpp35 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 8, 0, eEncodingUint, eFormatBinary
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp427 case eFormatBinary: in DumpDataExtractor()
H A DValueObject.cpp1281 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5735 return eFormatBinary; in FormatForChar()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst285 .. py:data:: eFormatBinary
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp543 case eFormatBinary: in GetFormatNameOrEmpty()
H A DProcessGDBRemote.cpp477 .Case("binary", eFormatBinary) in BuildDynamicRegisterInfo()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9037 case eFormatBinary: in DumpTypeValue()