Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp173 format = eFormatOctal; in ParserGDBFormatLetter()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp57 case lldb::eFormatOctal: in GetCompilerTypeForFormat()
H A DFormatManager.cpp48 {eFormatOctal, 'o', "octal"},
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h172 eFormatOctal, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp156 case eFormatOctal: in FinalizeSettings()
1492 case eFormatOctal: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp421 case eFormatOctal: in DumpDataExtractor()
H A DValueObject.cpp1283 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp4252 return eFormatOctal; in FormatForChar()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst298 .. py:data:: eFormatOctal
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8945 case eFormatOctal: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70609 {SWIG_LUA_CONSTTAB_INT("eFormatOctal", lldb::eFormatOctal)},