Home
last modified time | relevance | path

Searched refs:ePrintableRepresentationSpecialCasesAllow (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
DValueObject.h810 ePrintableRepresentationSpecialCasesAllow = 1, enumerator
818 … PrintableRepresentationSpecialCases special = ePrintableRepresentationSpecialCasesAllow);
/external/lldb/source/Core/
DValueObject.cpp1509 …bool allow_special = ((special & ePrintableRepresentationSpecialCasesAllow) == ePrintableRepresent… in DumpPrintableRepresentation()