HomeSort by: relevance | last modified time | path
    Searched defs:checksums (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 26 // If only a string table subsection is given, we find a checksums subsection.
31 const DebugChecksumsSubsectionRef &Checksums);
42 if (Strings && Checksums)
65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
68 bool hasChecksums() const { return Checksums != nullptr; }
78 const DebugChecksumsSubsectionRef *Checksums = nullptr;
90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
StringsAndChecksums.h 26 // If only a string table subsection is given, we find a checksums subsection.
31 const DebugChecksumsSubsectionRef &Checksums);
42 if (Strings && Checksums)
65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
68 bool hasChecksums() const { return Checksums != nullptr; }
78 const DebugChecksumsSubsectionRef *Checksums = nullptr;
90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]

Completed in 110 milliseconds