LLVM 22.0.0git
llvm::codeview::DebugUnknownSubsectionRef Class Referencefinal

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

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

Public Member Functions

 DebugUnknownSubsectionRef (DebugSubsectionKind Kind, BinaryStreamRef Data)
BinaryStreamRef getData () const
Public Member Functions inherited from llvm::codeview::DebugSubsectionRef
 DebugSubsectionRef (DebugSubsectionKind Kind)
virtual ~DebugSubsectionRef ()
DebugSubsectionKind kind () const

Additional Inherited Members

Static Public Member Functions inherited from llvm::codeview::DebugSubsectionRef
static bool classof (const DebugSubsectionRef *S)
Protected Attributes inherited from llvm::codeview::DebugSubsectionRef
DebugSubsectionKind Kind

Detailed Description

Definition at line 18 of file DebugUnknownSubsection.h.

Constructor & Destructor Documentation

◆ DebugUnknownSubsectionRef()

llvm::codeview::DebugUnknownSubsectionRef::DebugUnknownSubsectionRef ( DebugSubsectionKind Kind,
BinaryStreamRef Data )
inline

Member Function Documentation

◆ getData()

BinaryStreamRef llvm::codeview::DebugUnknownSubsectionRef::getData ( ) const
inline

Definition at line 23 of file DebugUnknownSubsection.h.


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