Home
last modified time | relevance | path

Searched refs:PrintableRepresentationSpecialCases (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h546 enum class PrintableRepresentationSpecialCases : bool { enum
556 PrintableRepresentationSpecialCases special =
557 PrintableRepresentationSpecialCases::eAllow,
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp145 ValueObject::PrintableRepresentationSpecialCases::eDisable, false)) in DumpCxxSmartPtrPointerSummary()
H A DValueObjectPrinter.cpp808 ValueObject::PrintableRepresentationSpecialCases::eDisable); in PrintChildrenOneLiner()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp951 ValueObject::PrintableRepresentationSpecialCases::eDisable); in DumpValue()
2631 ValueObject::PrintableRepresentationSpecialCases::eAllow, false); in PrettyPrintFunctionArguments()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1338 Format custom_format, PrintableRepresentationSpecialCases special, in DumpPrintableRepresentation()
1353 (special == ValueObject::PrintableRepresentationSpecialCases::eAllow); in DumpPrintableRepresentation()