Home
last modified time | relevance | path

Searched refs:item_format (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp351 if (item_format == eFormatPointer) { in DumpDataExtractor()
363 if (item_format == eFormatInstruction) in DumpDataExtractor()
367 if ((item_format == eFormatOSType || item_format == eFormatAddressInfo) && in DumpDataExtractor()
369 item_format = eFormatHex; in DumpDataExtractor()
379 if (item_format == eFormatBytesWithASCII && in DumpDataExtractor()
406 } else if (item_format != eFormatChar && in DumpDataExtractor()
407 item_format != eFormatCharPrintable && in DumpDataExtractor()
412 switch (item_format) { in DumpDataExtractor()
472 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
479 else if (item_format != eFormatCharPrintable) { in DumpDataExtractor()
[all …]
H A DValueObject.cpp862 bool honor_array, Format item_format) { in ReadPointedString() argument
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDumpDataExtractor.h92 lldb::Format item_format, size_t item_byte_size,
H A DValueObject.h684 lldb::Format item_format = lldb::eFormatCharArray);