Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupFormat.cpp191 format = eFormatOctal; in ParserGDBFormatLetter()
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp61 case lldb::eFormatOctal: in GetCompilerTypeForFormat()
HDFormatManager.cpp49 {eFormatOctal, 'o', "octal"},
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h173 eFormatOctal, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.cpp159 case eFormatOctal: in FinalizeSettings()
1466 case eFormatOctal: in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDumpDataExtractor.cpp523 case eFormatOctal: in DumpDataExtractor()
HDValueObject.cpp1441 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
HDIOHandlerCursesGUI.cpp5739 return eFormatOctal; in FormatForChar()
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst298 .. py:data:: eFormatOctal
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp8810 case eFormatOctal: in DumpTypeValue()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81147 {SWIG_LUA_CONSTTAB_INT("eFormatOctal", (lldb::eFormatOctal))},