Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp233 format = eFormatCString; in ParserGDBFormatLetter()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp70 if (GetFormat() == eFormatCString) { in FormatObject()
H A DVectorType.cpp51 case lldb::eFormatCString: in GetCompilerTypeForFormat()
H A DFormatManager.cpp42 {eFormatCString, 's', "c-string"},
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp132 case eFormatCString: in FinalizeSettings()
652 eFormatCString) { in DoExecute()
1469 case eFormatCString: { in DoExecute()
1475 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h167 eFormatCString, ///< NULL terminated C strings enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp546 case eFormatCString: { in DumpDataExtractor()
H A DValueObject.cpp1089 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1143 (custom_format == eFormatCString || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5741 return eFormatCString; in FormatForChar()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst292 .. py:data:: eFormatCString
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8618 case eFormatCString: // NULL terminated C strings in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77857 {SWIG_LUA_CONSTTAB_INT("eFormatCString", lldb::eFormatCString)},