LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::codeview::DebugChecksumsSubsection Class Referencefinal

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

Inheritance diagram for llvm::codeview::DebugChecksumsSubsection:
Inheritance graph
[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
 
virtual Error commit (BinaryStreamWriter &Writer) const =0
 
virtual uint32_t calculateSerializedSize () const =0
 

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 77 of file DebugChecksumsSubsection.h.

Constructor & Destructor Documentation

◆ DebugChecksumsSubsection()

DebugChecksumsSubsection::DebugChecksumsSubsection ( DebugStringTableSubsection Strings)
explicit

Definition at line 63 of file DebugChecksumsSubsection.cpp.

Member Function Documentation

◆ addChecksum()

void DebugChecksumsSubsection::addChecksum ( StringRef  FileName,
FileChecksumKind  Kind,
ArrayRef< uint8_t >  Bytes 
)

◆ calculateSerializedSize()

uint32_t DebugChecksumsSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 90 of file DebugChecksumsSubsection.cpp.

◆ classof()

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

◆ commit()

Error DebugChecksumsSubsection::commit ( BinaryStreamWriter Writer) const
overridevirtual

◆ mapChecksumOffset()

uint32_t DebugChecksumsSubsection::mapChecksumOffset ( StringRef  FileName) const

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