Searched refs:DebugChecksumsSubsection (Results 1 – 10 of 10) 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()
63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
28 class DebugChecksumsSubsection; variable94 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,114 DebugChecksumsSubsection &Checksums;
28 class DebugChecksumsSubsection; variable117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,139 DebugChecksumsSubsection &Checksums;
18 class DebugChecksumsSubsection; variable86 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
77 class DebugChecksumsSubsection final : public DebugSubsection {79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
21 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection() 953 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()
989 auto newChecksums = std::make_unique<DebugChecksumsSubsection>(linker.pdbStrTab); in finish()
531 SRCS_MIN+= DebugInfo/CodeView/DebugChecksumsSubsection.cpp