class DebugSymbolsSubsectionRef

Declaration

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

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

Inherits from: DebugSubsectionRef

Member Variables

Inherited from DebugSubsectionRef:

protected Kind

Method Overview

  • public DebugSymbolsSubsectionRef()
  • public CVSymbolArray::Iterator begin() const
  • public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
  • public CVSymbolArray::Iterator end() const
  • public llvm::Error initialize(llvm::BinaryStreamReader Reader)

Inherited from DebugSubsectionRef:

Methods

DebugSymbolsSubsectionRef()

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

CVSymbolArray::Iterator begin() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:29

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

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

Parameters

const llvm::codeview::DebugSubsectionRef* S

CVSymbolArray::Iterator end() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:30

llvm::Error initialize(
    llvm::BinaryStreamReader Reader)

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:27

Parameters

llvm::BinaryStreamReader Reader