Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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"},
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp207 format = eFormatBinary; in ParserGDBFormatLetter()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h160 eFormatBinary, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp157 case eFormatBinary: in FinalizeSettings()
1452 case eFormatBinary: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp429 case eFormatBinary: in DumpDataExtractor()
H A DValueObject.cpp1244 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5757 return eFormatBinary; in FormatForChar()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst285 .. py:data:: eFormatBinary
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp539 case eFormatBinary: in GetFormatNameOrEmpty()
H A DProcessGDBRemote.cpp469 .Case("binary", eFormatBinary) in BuildDynamicRegisterInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8616 case eFormatBinary: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77850 {SWIG_LUA_CONSTTAB_INT("eFormatBinary", lldb::eFormatBinary)},