class DebugSubsectionRef

Declaration

class DebugSubsectionRef { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:21

Member Variables

protected llvm::codeview::DebugSubsectionKind Kind

Method Overview

Methods

DebugSubsectionRef(
    llvm::codeview::DebugSubsectionKind Kind)

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

Parameters

llvm::codeview::DebugSubsectionKind Kind

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:26

Parameters

const llvm::codeview::DebugSubsectionRef* S

llvm::codeview::DebugSubsectionKind kind() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:28

virtual ~DebugSubsectionRef()

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:24