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

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

Inheritance diagram for llvm::codeview::DebugChecksumsSubsectionRef:
Inheritance graph
[legend]

Public Member Functions

 DebugChecksumsSubsectionRef ()
 
bool valid () const
 
Error initialize (BinaryStreamReader Reader)
 
Error initialize (BinaryStreamRef Stream)
 
Iterator begin () const
 
Iterator end () const
 
const FileChecksumArraygetArray () const
 
- Public Member Functions inherited from llvm::codeview::DebugSubsectionRef
 DebugSubsectionRef (DebugSubsectionKind Kind)
 
virtual ~DebugSubsectionRef ()
 
DebugSubsectionKind kind () const
 

Static Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from llvm::codeview::DebugSubsectionRef
DebugSubsectionKind Kind
 

Detailed Description

Definition at line 51 of file DebugChecksumsSubsection.h.

Constructor & Destructor Documentation

◆ DebugChecksumsSubsectionRef()

llvm::codeview::DebugChecksumsSubsectionRef::DebugChecksumsSubsectionRef ( )
inline

Definition at line 56 of file DebugChecksumsSubsection.h.

Member Function Documentation

◆ begin()

Iterator llvm::codeview::DebugChecksumsSubsectionRef::begin ( ) const
inline

◆ classof()

static bool llvm::codeview::DebugChecksumsSubsectionRef::classof ( const DebugSubsectionRef S)
inlinestatic

◆ end()

Iterator llvm::codeview::DebugChecksumsSubsectionRef::end ( ) const
inline

◆ getArray()

const FileChecksumArray & llvm::codeview::DebugChecksumsSubsectionRef::getArray ( ) const
inline

◆ initialize() [1/2]

Error DebugChecksumsSubsectionRef::initialize ( BinaryStreamReader  Reader)

◆ initialize() [2/2]

Error DebugChecksumsSubsectionRef::initialize ( BinaryStreamRef  Stream)

Definition at line 58 of file DebugChecksumsSubsection.cpp.

References initialize().

◆ valid()

bool llvm::codeview::DebugChecksumsSubsectionRef::valid ( ) const
inline

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