Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp191 format = eFormatOctal; in ParserGDBFormatLetter()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp57 case lldb::eFormatOctal: in GetCompilerTypeForFormat()
H A DFormatManager.cpp47 {eFormatOctal, 'o', "octal"},
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp142 TestDump(9, lldb::Format::eFormatOctal, "011"); in TEST()
/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py69 format.SetFormat(lldb.eFormatOctal)
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h172 eFormatOctal, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp158 case eFormatOctal: in FinalizeSettings()
1536 case eFormatOctal: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp521 case eFormatOctal: in DumpDataExtractor()
H A DValueObject.cpp1286 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5717 return eFormatOctal; in FormatForChar()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst298 .. py:data:: eFormatOctal
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9045 case eFormatOctal: in DumpTypeValue()