class DebugChecksumsSubsectionRef

Declaration

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:49

Inherits from: DebugSubsectionRef

Member Variables

Inherited from DebugSubsectionRef:

protected Kind

Method Overview

  • public DebugChecksumsSubsectionRef()
  • public llvm::codeview::DebugChecksumsSubsectionRef::Iterator begin() const
  • public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
  • public llvm::codeview::DebugChecksumsSubsectionRef::Iterator end() const
  • public const llvm::codeview::DebugChecksumsSubsectionRef::FileChecksumArray & getArray() const
  • public llvm::Error initialize(llvm::BinaryStreamReader Reader)
  • public llvm::Error initialize(llvm::BinaryStreamRef Stream)
  • public bool valid() const

Inherited from DebugSubsectionRef:

Methods

DebugChecksumsSubsectionRef()

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:54

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:66

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:57

Parameters

const llvm::codeview::DebugSubsectionRef* S

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

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

const llvm::codeview::
    DebugChecksumsSubsectionRef::
        FileChecksumArray&
        getArray() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:69

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:63

Parameters

llvm::BinaryStreamReader Reader

llvm::Error initialize(
    llvm::BinaryStreamRef Stream)

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:64

Parameters

llvm::BinaryStreamRef Stream

bool valid() const

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