Searched refs:DebugChecksumsSubsection (Results 1 – 11 of 11) sorted by relevance
63 DebugChecksumsSubsection::DebugChecksumsSubsection( in DebugChecksumsSubsection() function in DebugChecksumsSubsection67 void DebugChecksumsSubsection::addChecksum(StringRef FileName, in addChecksum()90 uint32_t DebugChecksumsSubsection::calculateSerializedSize() const { in calculateSerializedSize()94 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { in commit()110 uint32_t DebugChecksumsSubsection::mapChecksumOffset(StringRef FileName) const { in mapChecksumOffset()
8 DebugChecksumsSubsection.cpp
62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
29 class DebugChecksumsSubsection; variable95 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,115 DebugChecksumsSubsection &Checksums;
27 class DebugChecksumsSubsection; variable116 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,138 DebugChecksumsSubsection &Checksums;
75 class DebugChecksumsSubsection final : public DebugSubsection {77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
84 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
14 "DebugChecksumsSubsection.cpp",
15 DebugChecksumsSubsection.cpp \
405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()953 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()