Home
last modified time | relevance | path

Searched refs:eFormatOctal (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp191 format = eFormatOctal; in ParserGDBFormatLetter()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp60 case lldb::eFormatOctal: in GetCompilerTypeForFormat()
H A DFormatManager.cpp48 {eFormatOctal, 'o', "octal"},
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h173 eFormatOctal, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp159 case eFormatOctal: in FinalizeSettings()
1520 case eFormatOctal: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp523 case eFormatOctal: in DumpDataExtractor()
H A DValueObject.cpp1249 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5739 return eFormatOctal; in FormatForChar()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst298 .. py:data:: eFormatOctal
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8624 case eFormatOctal: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77863 {SWIG_LUA_CONSTTAB_INT("eFormatOctal", lldb::eFormatOctal)},