Searched refs:DebugChecksumsSubsection (Results 1 – 12 of 12) sorted by relevance
64 DebugChecksumsSubsection::DebugChecksumsSubsection( in DebugChecksumsSubsection() function in DebugChecksumsSubsection68 void DebugChecksumsSubsection::addChecksum(StringRef FileName, in addChecksum()91 uint32_t DebugChecksumsSubsection::calculateSerializedSize() const { in calculateSerializedSize()95 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { in commit()111 uint32_t DebugChecksumsSubsection::mapChecksumOffset(StringRef FileName) const { in mapChecksumOffset()
8 DebugChecksumsSubsection.cpp
63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
72 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
30 class DebugChecksumsSubsection; variable91 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,111 DebugChecksumsSubsection &Checksums;
28 class DebugChecksumsSubsection; variable117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,139 DebugChecksumsSubsection &Checksums;
76 class DebugChecksumsSubsection final : public DebugSubsection {78 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
85 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
406 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()954 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()
346 llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp \
221 "llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp",
1012 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp