Home
last modified time | relevance | path

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

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