Lines Matching +defs:count +defs:lines
1055 uint32_t count = relocatedDebugContents.size() / sizeof(object::FpoData);
1056 exitOnErr(reader.readArray(fpoRecords, count));
1296 stream << " index total bytes count size\n";
1752 DebugLinesSubsectionRef &lines,
1810 assert(!lines.header() &&
1812 exitOnErr(lines.initialize(BinaryStreamReader(ref)));
1820 if (cvStrTab.valid() && checksums.valid() && lines.header())
1837 DebugLinesSubsectionRef lines;
1840 if (!findLineTable(c, addr, cvStrTab, checksums, lines, offsetInLinetable))
1845 for (const LineColumnEntry &entry : lines) {