Home
last modified time | relevance | path

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

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