Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1304 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument
1309 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1310 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1314 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1315 (custom_format == eFormatBytesWithASCII)) in HasSpecialPrintableRepresentation()
1318 if ((custom_format == eFormatVectorOfChar) || in HasSpecialPrintableRepresentation()
1319 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1320 (custom_format == eFormatVectorOfFloat64) || in HasSpecialPrintableRepresentation()
1321 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()
1322 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp757 Format custom_format = eFormatInvalid; in DumpValue() local
771 custom_format = entry.fmt; in DumpValue()
779 custom_format = entry.fmt; in DumpValue()
932 custom_format)) { in DumpValue()
935 str_temp, val_obj_display, custom_format); in DumpValue()
950 s, val_obj_display, custom_format, in DumpValue()
988 custom_format); in DumpValue()
1051 custom_format); in DumpValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h544 lldb::Format custom_format);
555 lldb::Format custom_format = lldb::eFormatInvalid,