Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp73 case lldb::eFormatVectorOfChar: in GetCompilerTypeForFormat()
129 case lldb::eFormatVectorOfChar: in GetItemFormatForFormat()
H A DFormatManager.cpp55 {eFormatVectorOfChar, '\0', "char[]"},
425 case eFormatVectorOfChar: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1282 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1290 if ((custom_format == eFormatVectorOfChar) || in HasSpecialPrintableRepresentation()
1338 eFormatVectorOfChar)) // print char[] & char* directly in DumpPrintableRepresentation()
1344 (custom_format == eFormatVectorOfChar) || in DumpPrintableRepresentation()
1356 options.SetBinaryZeroIsTerminator(custom_format != eFormatVectorOfChar); in DumpPrintableRepresentation()
1394 if ((custom_format == eFormatVectorOfChar) || in DumpPrintableRepresentation()
H A DDumpDataExtractor.cpp765 case eFormatVectorOfChar: // || in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h180 eFormatVectorOfChar, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp246 case eFormatVectorOfChar: in FinalizeSettings()
1339 case eFormatVectorOfChar: in DoExecute()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst304 .. py:data:: eFormatVectorOfChar
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8814 case eFormatVectorOfChar: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81153 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfChar", (lldb::eFormatVectorOfChar))},