Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp219 format = eFormatCString; in ParserGDBFormatLetter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp71 if (GetFormat() == eFormatCString) { in FormatObject()
H A DVectorType.cpp48 case lldb::eFormatCString: in GetCompilerTypeForFormat()
H A DFormatManager.cpp43 {eFormatCString, 's', "c-string"},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp141 case eFormatCString: in FinalizeSettings()
655 eFormatCString) { in DoExecute()
1501 case eFormatCString: { in DoExecute()
1507 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h174 eFormatCString, // NULL terminated C strings enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp419 case eFormatCString: { in DumpDataExtractor()
H A DValueObject.cpp1233 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1278 (custom_format == eFormatCString || in DumpPrintableRepresentation()
H A DIOHandler.cpp2845 return eFormatCString; in FormatForChar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9564 case eFormatCString: // NULL terminated C strings in DumpTypeValue()