LLVM 22.0.0git
llvm::codeview::DebugChecksumsSubsection Class Referencefinal

#include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"

Inheritance diagram for llvm::codeview::DebugChecksumsSubsection:
[legend]

Public Member Functions

 DebugChecksumsSubsection (DebugStringTableSubsection &Strings)
void addChecksum (StringRef FileName, FileChecksumKind Kind, ArrayRef< uint8_t > Bytes)
uint32_t calculateSerializedSize () const override
Error commit (BinaryStreamWriter &Writer) const override
uint32_t mapChecksumOffset (StringRef FileName) const
Public Member Functions inherited from llvm::codeview::DebugSubsection
 DebugSubsection (DebugSubsectionKind Kind)
virtual ~DebugSubsection ()
DebugSubsectionKind kind () const

Static Public Member Functions

static bool classof (const DebugSubsection *S)
Static Public Member Functions inherited from llvm::codeview::DebugSubsection
static bool classof (const DebugSubsection *S)

Additional Inherited Members

Protected Attributes inherited from llvm::codeview::DebugSubsection
DebugSubsectionKind Kind

Detailed Description

Definition at line 78 of file DebugChecksumsSubsection.h.

Constructor & Destructor Documentation

◆ DebugChecksumsSubsection()

DebugChecksumsSubsection::DebugChecksumsSubsection ( DebugStringTableSubsection & Strings)
explicit

Member Function Documentation

◆ addChecksum()

◆ calculateSerializedSize()

uint32_t DebugChecksumsSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 90 of file DebugChecksumsSubsection.cpp.

◆ classof()

bool llvm::codeview::DebugChecksumsSubsection::classof ( const DebugSubsection * S)
inlinestatic

◆ commit()

◆ mapChecksumOffset()

uint32_t DebugChecksumsSubsection::mapChecksumOffset ( StringRef FileName) const

Definition at line 110 of file DebugChecksumsSubsection.cpp.

References assert(), and llvm::Offset.


The documentation for this class was generated from the following files: