Home
last modified time | relevance | path

Searched refs:custom_format (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1276 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument
1281 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1282 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1286 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1287 (custom_format == eFormatBytesWithASCII)) in HasSpecialPrintableRepresentation()
1290 if ((custom_format == eFormatVectorOfChar) || in HasSpecialPrintableRepresentation()
1291 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1292 (custom_format == eFormatVectorOfFloat64) || in HasSpecialPrintableRepresentation()
1293 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()
1294 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
[all …]
H A DFormatEntity.cpp700 Format custom_format = eFormatInvalid; in DumpValue() local
714 custom_format = entry.fmt; in DumpValue()
722 custom_format = entry.fmt; in DumpValue()
875 custom_format)) { in DumpValue()
878 str_temp, val_obj_display, custom_format); in DumpValue()
893 s, val_obj_display, custom_format, in DumpValue()
931 custom_format); in DumpValue()
994 custom_format); in DumpValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h544 lldb::Format custom_format);
555 lldb::Format custom_format = lldb::eFormatInvalid,