Home
last modified time | relevance | path

Searched refs:eFormatVectorOfChar (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp72 case lldb::eFormatVectorOfChar: in GetCompilerTypeForFormat()
128 case lldb::eFormatVectorOfChar: in GetItemFormatForFormat()
H A DFormatManager.cpp54 {eFormatVectorOfChar, '\0', "char[]"},
421 case eFormatVectorOfChar: in GetSingleItemFormat()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1090 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1098 if ((custom_format == eFormatVectorOfChar) || in HasSpecialPrintableRepresentation()
1146 eFormatVectorOfChar)) // print char[] & char* directly in DumpPrintableRepresentation()
1152 (custom_format == eFormatVectorOfChar) || in DumpPrintableRepresentation()
1164 options.SetBinaryZeroIsTerminator(custom_format != eFormatVectorOfChar); in DumpPrintableRepresentation()
1202 if ((custom_format == eFormatVectorOfChar) || in DumpPrintableRepresentation()
H A DDumpDataExtractor.cpp765 case eFormatVectorOfChar: // || in DumpDataExtractor()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h180 eFormatVectorOfChar, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp246 case eFormatVectorOfChar: in FinalizeSettings()
1393 case eFormatVectorOfChar: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst304 .. py:data:: eFormatVectorOfChar
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8628 case eFormatVectorOfChar: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77869 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfChar", lldb::eFormatVectorOfChar)},