Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp371 lldb::offset_t line_start_offset = start_offset; in DumpDataExtractor() local
380 offset > line_start_offset) { in DumpDataExtractor()
385 DumpDataExtractor(DE, s, line_start_offset, eFormatCharPrintable, 1, in DumpDataExtractor()
386 offset - line_start_offset, SIZE_MAX, in DumpDataExtractor()
391 size_t line_len = offset - line_start_offset; in DumpDataExtractor()
405 line_start_offset = offset; in DumpDataExtractor()
902 if (offset > line_start_offset) { in DumpDataExtractor()
906 (num_per_line - (offset - line_start_offset)) * 3 + 2), in DumpDataExtractor()
908 DumpDataExtractor(DE, s, line_start_offset, eFormatCharPrintable, 1, in DumpDataExtractor()
909 offset - line_start_offset, SIZE_MAX, in DumpDataExtractor()
[all …]