Searched refs:DebugChecksumsSubsectionRef (Results 1 – 10 of 10) sorted by relevance
32 const DebugChecksumsSubsectionRef &Checksums);35 void setChecksums(const DebugChecksumsSubsectionRef &CS);66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums()76 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
23 class DebugChecksumsSubsectionRef; variable45 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,104 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
50 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {55 DebugChecksumsSubsectionRef()
30 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef()66 const DebugChecksumsSubsectionRef &CS) { in setChecksums()67 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums()78 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
52 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()59 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
42 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
111 Expected<codeview::DebugChecksumsSubsectionRef>113 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
116 const DebugChecksumsSubsectionRef &FC);130 const DebugChecksumsSubsectionRef &Checksums,146 const DebugChecksumsSubsectionRef &Checksums,557 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName()568 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection()583 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()621 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()772 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,810 DebugChecksumsSubsectionRef &Checksums, in visitFileChecksums()
63 Expected<codeview::DebugChecksumsSubsectionRef>
176 DebugChecksumsSubsectionRef CVFileChecksumTable;1151 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()