Home
last modified time | relevance | path

Searched refs:DebugChecksumsSubsection (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp63 DebugChecksumsSubsection::DebugChecksumsSubsection( in DebugChecksumsSubsection() function in DebugChecksumsSubsection
67 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()
H A DDebugInlineeLinesSubsection.cpp63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
H A DDebugLinesSubsection.cpp71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h28 class DebugChecksumsSubsection; variable
94 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
114 DebugChecksumsSubsection &Checksums;
H A DDebugLinesSubsection.h28 class DebugChecksumsSubsection; variable
117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
139 DebugChecksumsSubsection &Checksums;
H A DStringsAndChecksums.h18 class DebugChecksumsSubsection; variable
86 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
H A DDebugChecksumsSubsection.h77 class DebugChecksumsSubsection final : public DebugSubsection {
79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp21 #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()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp989 auto newChecksums = std::make_unique<DebugChecksumsSubsection>(linker.pdbStrTab); in finish()
/freebsd/lib/clang/libllvm/
H A DMakefile531 SRCS_MIN+= DebugInfo/CodeView/DebugChecksumsSubsection.cpp