class DebugInlineeLinesSubsectionRef

Declaration

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

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

Inherits from: DebugSubsectionRef

Member Variables

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:66

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

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

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

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

Parameters

const llvm::codeview::DebugSubsectionRef* S

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

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

bool hasExtraFiles() const

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

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

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

Parameters

llvm::BinaryStreamReader Reader

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

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

Parameters

llvm::BinaryStreamRef Section

bool valid() const

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