LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
llvm::codeview::DebugSubsectionRef Class Reference

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

Inheritance diagram for llvm::codeview::DebugSubsectionRef:
Inheritance graph
[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 21 of file DebugSubsection.h.

Constructor & Destructor Documentation

◆ DebugSubsectionRef()

llvm::codeview::DebugSubsectionRef::DebugSubsectionRef ( DebugSubsectionKind  Kind)
inlineexplicit

Definition at line 23 of file DebugSubsection.h.

◆ ~DebugSubsectionRef()

DebugSubsectionRef::~DebugSubsectionRef ( )
virtualdefault

Member Function Documentation

◆ classof()

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

Definition at line 26 of file DebugSubsection.h.

◆ kind()

DebugSubsectionKind llvm::codeview::DebugSubsectionRef::kind ( ) const
inline

Member Data Documentation

◆ Kind

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

Definition at line 31 of file DebugSubsection.h.

Referenced by kind().


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