Lines Matching refs:checksums
206 DebugChecksumsSubsectionRef checksums; member in __anonbb9816060111::DebugSHandler
785 assert(!checksums.valid() && in handleDebugS()
787 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()
908 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() argument
909 auto iter = checksums.getArray().at(fileID); in getFileName()
910 if (iter == checksums.getArray().end()) in getFileName()
928 if (checksums.valid()) in finish()
984 for (FileChecksumEntry &fc : checksums) { in finish()
991 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish()
1699 DebugChecksumsSubsectionRef &checksums, in findLineTable() argument
1736 assert(!checksums.valid() && in findLineTable()
1738 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()
1768 if (cvStrTab.valid() && checksums.valid() && lines.header()) in findLineTable()
1784 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView() local
1788 if (!findLineTable(c, addr, cvStrTab, checksums, lines, offsetInLinetable)) in getFileLineCodeView()
1802 exitOnErr(getFileName(cvStrTab, checksums, *nameIndex)); in getFileLineCodeView()
1811 StringRef filename = exitOnErr(getFileName(cvStrTab, checksums, *nameIndex)); in getFileLineCodeView()