Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp175 format = eFormatOctal; in ParserGDBFormatLetter()
/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp57 case lldb::eFormatOctal: in GetCompilerTypeForFormat()
DFormatManager.cpp48 {eFormatOctal, 'o', "octal"},
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h172 eFormatOctal, enumerator
/external/llvm-project/lldb/test/API/python_api/formatters/
DTestFormattersSBAPI.py72 format.SetFormat(lldb.eFormatOctal)
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp394 case eFormatOctal: in DumpDataExtractor()
DValueObject.cpp1335 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
DIOHandlerCursesGUI.cpp2430 return eFormatOctal; in FormatForChar()
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp155 case eFormatOctal: in FinalizeSettings()
1525 case eFormatOctal: in DoExecute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8816 case eFormatOctal: in DumpTypeValue()