Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DVectorType.cpp113 case lldb::eFormatBinary: in GetCompilerTypeForFormat()
148 case lldb::eFormatBinary: in GetItemFormatForFormat()
DFormatManager.cpp36 {eFormatBinary, 'b', "binary"},
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionGroupFormat.cpp207 format = eFormatBinary; in ParserGDBFormatLetter()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
DRegisterContextWindows_x86.cpp29 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatBinary
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h160 eFormatBinary, enumerator
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectMemory.cpp157 case eFormatBinary: in FinalizeSettings()
1469 case eFormatBinary: in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/
DRegisterContextWindows_x64.cpp35 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 8, 0, eEncodingUint, eFormatBinary
/openbsd/src/gnu/llvm/lldb/source/Core/
DDumpDataExtractor.cpp429 case eFormatBinary: in DumpDataExtractor()
DValueObject.cpp1290 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
DIOHandlerCursesGUI.cpp5737 return eFormatBinary; in FormatForChar()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst285 .. py:data:: eFormatBinary
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp541 case eFormatBinary: in GetFormatNameOrEmpty()
DProcessGDBRemote.cpp463 .Case("binary", eFormatBinary) in BuildDynamicRegisterInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9115 case eFormatBinary: in DumpTypeValue()