Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp344 lldb::Format item_format, size_t item_byte_size, size_t item_count, in DumpDataExtractor() argument
354 if (item_format == eFormatPointer) { in DumpDataExtractor()
366 if (item_format == eFormatInstruction) in DumpDataExtractor()
370 if ((item_format == eFormatOSType || item_format == eFormatAddressInfo) && in DumpDataExtractor()
372 item_format = eFormatHex; in DumpDataExtractor()
382 if (item_format == eFormatBytesWithASCII && in DumpDataExtractor()
409 } else if (item_format != eFormatChar && in DumpDataExtractor()
410 item_format != eFormatCharPrintable && in DumpDataExtractor()
411 item_format != eFormatCharArray && count > 0) { in DumpDataExtractor()
415 switch (item_format) { in DumpDataExtractor()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpDataExtractor.h92 lldb::Format item_format, size_t item_byte_size,