class DebugInlineeLinesSubsectionRef

Declaration

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:60

Inherits from: DebugSubsectionRef

Member Variables

private llvm::codeview::InlineeLinesSignature Signature
private llvm::codeview::DebugInlineeLinesSubsectionRef:: LinesArray Lines

Inherited from DebugSubsectionRef:

protected Kind

Method Overview

  • public DebugInlineeLinesSubsectionRef()
  • public llvm::codeview::DebugInlineeLinesSubsectionRef::Iterator begin() const
  • public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
  • public llvm::codeview::DebugInlineeLinesSubsectionRef::Iterator end() const
  • public bool hasExtraFiles() const
  • public llvm::Error initialize(llvm::BinaryStreamReader Reader)
  • public llvm::Error initialize(llvm::BinaryStreamRef Section)
  • public bool valid() const

Inherited from DebugSubsectionRef:

Methods

DebugInlineeLinesSubsectionRef()

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:65

llvm::codeview::DebugInlineeLinesSubsectionRef::
    Iterator
    begin() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:79

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:67

Parameters

const llvm::codeview::DebugSubsectionRef* S

llvm::codeview::DebugInlineeLinesSubsectionRef::
    Iterator
    end() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:80

bool hasExtraFiles() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:77

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:71

Parameters

llvm::BinaryStreamReader Reader

llvm::Error initialize(
    llvm::BinaryStreamRef Section)

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:72

Parameters

llvm::BinaryStreamRef Section

bool valid() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h:76