class DebugUnknownSubsectionRef

Declaration

class DebugUnknownSubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h:18

Inherits from: DebugSubsectionRef

Member Variables

Inherited from DebugSubsectionRef:

protected Kind

Method Overview

Inherited from DebugSubsectionRef:

Methods

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h:20

Parameters

llvm::codeview::DebugSubsectionKind Kind
llvm::BinaryStreamRef Data

llvm::BinaryStreamRef getData() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h:23