Searched refs:DebugChecksumsSubsectionRef (Results 1 – 12 of 12) sorted by relevance
31 const DebugChecksumsSubsectionRef &Checksums);34 void setChecksums(const DebugChecksumsSubsectionRef &CS);65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums()75 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;78 const DebugChecksumsSubsectionRef *Checksums = nullptr;
20 class DebugChecksumsSubsectionRef; variable41 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,100 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {54 DebugChecksumsSubsectionRef()
29 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef()65 const DebugChecksumsSubsectionRef &CS) { in setChecksums()66 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums()77 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()58 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
132 Expected<codeview::DebugChecksumsSubsectionRef>134 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
141 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
556 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
115 const DebugChecksumsSubsectionRef &FC);129 const DebugChecksumsSubsectionRef &Checksums,145 const DebugChecksumsSubsectionRef &Checksums,556 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName()567 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection()582 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()620 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()771 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,809 DebugChecksumsSubsectionRef &Checksums, in visitFileChecksums()
67 Expected<codeview::DebugChecksumsSubsectionRef>
186 DebugChecksumsSubsectionRef CVFileChecksumTable;1228 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()