class DebugSubsection

Declaration

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

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

Member Variables

protected llvm::codeview::DebugSubsectionKind Kind

Method Overview

Methods

DebugSubsection(
    llvm::codeview::DebugSubsectionKind Kind)

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

Parameters

llvm::codeview::DebugSubsectionKind Kind

virtual uint32_t calculateSerializedSize() const

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

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

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

Parameters

const llvm::codeview::DebugSubsection* S

virtual llvm::Error commit(
    llvm::BinaryStreamWriter& Writer) const

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

Parameters

llvm::BinaryStreamWriter& Writer

llvm::codeview::DebugSubsectionKind kind() const

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

virtual ~DebugSubsection()

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