LLVM 22.0.0git
llvm::codeview::DebugSubsectionRef Class Reference

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

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

Public Member Functions

 DebugSubsectionRef (DebugSubsectionKind Kind)
virtual ~DebugSubsectionRef ()
DebugSubsectionKind kind () const

Static Public Member Functions

static bool classof (const DebugSubsectionRef *S)

Protected Attributes

DebugSubsectionKind Kind

Detailed Description

Definition at line 22 of file DebugSubsection.h.

Constructor & Destructor Documentation

◆ DebugSubsectionRef()

◆ ~DebugSubsectionRef()

DebugSubsectionRef::~DebugSubsectionRef ( )
virtualdefault

Member Function Documentation

◆ classof()

bool llvm::codeview::DebugSubsectionRef::classof ( const DebugSubsectionRef * S)
inlinestatic

Definition at line 27 of file DebugSubsection.h.

References DebugSubsectionRef().

◆ kind()

Member Data Documentation

◆ Kind

DebugSubsectionKind llvm::codeview::DebugSubsectionRef::Kind
protected

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