Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp343 lldb::Format item_format, size_t item_byte_size, size_t item_count, in DumpDataExtractor() argument
353 if (item_format == eFormatPointer) { in DumpDataExtractor()
365 if (item_format == eFormatInstruction) in DumpDataExtractor()
369 if ((item_format == eFormatOSType || item_format == eFormatAddressInfo) && in DumpDataExtractor()
371 item_format = eFormatHex; in DumpDataExtractor()
381 if (item_format == eFormatBytesWithASCII && in DumpDataExtractor()
408 } else if (item_format != eFormatChar && in DumpDataExtractor()
409 item_format != eFormatCharPrintable && in DumpDataExtractor()
410 item_format != eFormatCharArray && count > 0) { in DumpDataExtractor()
414 switch (item_format) { in DumpDataExtractor()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpDataExtractor.h92 lldb::Format item_format, size_t item_byte_size,