Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DCMakeLists.txt8 DebugChecksumsSubsection.cpp
H A DDebugInlineeLinesSubsection.cpp62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
H A DDebugLinesSubsection.cpp71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h29 class DebugChecksumsSubsection; variable
95 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
115 DebugChecksumsSubsection &Checksums;
H A DDebugLinesSubsection.h27 class DebugChecksumsSubsection; variable
116 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
138 DebugChecksumsSubsection &Checksums;
H A DDebugChecksumsSubsection.h75 class DebugChecksumsSubsection final : public DebugSubsection {
77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
H A DStringsAndChecksums.h84 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn14 "DebugChecksumsSubsection.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
H A DMakefile15 DebugChecksumsSubsection.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()
953 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()