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

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

Inheritance diagram for llvm::codeview::DebugUnknownSubsectionRef:
Inheritance graph
[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

Definition at line 20 of file DebugUnknownSubsection.h.

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: