Searched refs:checksums (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h26 // If only a string table subsection is given, we find a checksums subsection.
65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp220 DebugChecksumsSubsectionRef checksums; member in class:lld::coff::__anon1105::DebugSHandler
1053 assert(!checksums.valid() &&
1055 exitOnErr(checksums.initialize(ss.getRecordData()));
1109 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) {
1110 auto iter = checksums.getArray().at(fileID);
1111 if (iter == checksums.getArray().end())
1136 exitOnErr(getFileName(cVStrTab, checksums, fileID));
1142 filename = exitOnErr(getFileName(cVStrTab, checksums, extraFileId));
1159 if (checksums.valid())
1160 fatal(".debug$S sections with a checksums subsectio
1108 getFileName(const DebugStringTableSubsectionRef &strings, const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) argument
1803 findLineTable(const SectionChunk *c, uint32_t addr, DebugStringTableSubsectionRef &cVStrTab, DebugChecksumsSubsectionRef &checksums, DebugLinesSubsectionRef &lines, uint32_t &offsetInLinetable) argument
1890 DebugChecksumsSubsectionRef checksums; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp169 // checksums. So we only set the strings if they're not already set.
195 for (const auto &Entry : SC.checksums()) {
233 auto Iter = SC.checksums().getArray().at(Offset);
234 if (Iter == SC.checksums().getArray().end()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings());
448 *SC.checksums(), InlineeLines.HasExtraFiles);
801 State.strings(), State.checksums(), Lines);
823 State.strings(), State.checksums(), Inlinees);
927 // It's possible for checksums and strings to even appear in different debug$S
929 // the strings and checksums field over multiple iterations.
932 // have to scan for strings first, then scan for checksums again from the
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1092 const auto &checksums = cci->m_strings.checksums().getArray(); local
1098 auto iter = checksums.at(group.NameIndex);
1099 if (iter == checksums.end())
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql168 /* Three columns containing the checksums of older, left and right conflict
172 pristine store? Can't we just parse the checksums from

Completed in 186 milliseconds