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.cpp353 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()
414 switch (item_format) { in DumpDataExtractor()
474 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
481 else if (item_format != eFormatCharPrintable) { in DumpDataExtractor()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpDataExtractor.h92 lldb::Format item_format, size_t item_byte_size,