LLVM  8.0.1
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]
Collaboration diagram for llvm::codeview::DebugSubsectionRef:
Collaboration 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 20 of file DebugSubsection.h.

Constructor & Destructor Documentation

◆ DebugSubsectionRef()

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

Definition at line 22 of file DebugSubsection.h.

References ~DebugSubsectionRef().

◆ ~DebugSubsectionRef()

DebugSubsectionRef::~DebugSubsectionRef ( )
virtual

Definition at line 14 of file DebugSubsection.cpp.

Referenced by DebugSubsectionRef().

Member Function Documentation

◆ classof()

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

Definition at line 25 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 30 of file DebugSubsection.h.

Referenced by kind(), and llvm::codeview::DebugSubsection::kind().


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