Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h112 enum ValueObjectRepresentationStyle { enum
529 ValueObjectRepresentationStyle val_obj_display,
539 ValueObjectRepresentationStyle val_obj_display =
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp650 ValueObject::ValueObjectRepresentationStyle style) { in ConvertValueObjectStyleToChar()
680 ValueObject::ValueObjectRepresentationStyle val_obj_display = in DumpValue()
694 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue()
702 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue()
930 (ValueObject::ValueObjectRepresentationStyle)entry.number); in DumpValue()
1718 ValueObject::ValueObjectRepresentationStyle:: in Format()
H A DValueObject.cpp1131 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation()
1164 Stream &s, ValueObjectRepresentationStyle val_obj_display, in DumpPrintableRepresentation()