Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp64 DebugChecksumsSubsection::DebugChecksumsSubsection( in DebugChecksumsSubsection() function in DebugChecksumsSubsection
68 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()
H A DDebugInlineeLinesSubsection.cpp63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
H A DDebugLinesSubsection.cpp72 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h30 class DebugChecksumsSubsection; variable
91 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
111 DebugChecksumsSubsection &Checksums;
H A DDebugLinesSubsection.h28 class DebugChecksumsSubsection; variable
117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
139 DebugChecksumsSubsection &Checksums;
H A DDebugChecksumsSubsection.h76 class DebugChecksumsSubsection final : public DebugSubsection {
78 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
H A DStringsAndChecksums.h85 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp406 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()
954 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1261 auto NewChecksums = make_unique<DebugChecksumsSubsection>(Linker.PDBStrTab); in finish()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile381 SRCS_EXT+= DebugInfo/CodeView/DebugChecksumsSubsection.cpp