Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
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()
DCMakeLists.txt8 DebugChecksumsSubsection.cpp
DDebugInlineeLinesSubsection.cpp62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
DDebugLinesSubsection.cpp71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h29 class DebugChecksumsSubsection; variable
95 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
115 DebugChecksumsSubsection &Checksums;
DDebugLinesSubsection.h27 class DebugChecksumsSubsection; variable
116 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
138 DebugChecksumsSubsection &Checksums;
DDebugChecksumsSubsection.h75 class DebugChecksumsSubsection final : public DebugSubsection {
77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
DStringsAndChecksums.h84 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()
953 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()