class DebugCrossModuleExportsSubsectionRef

Declaration

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:25

Inherits from: DebugSubsectionRef

Member Variables

private FixedStreamArray< llvm::codeview::CrossModuleExport> References

Inherited from DebugSubsectionRef:

protected Kind

Method Overview

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

Inherited from DebugSubsectionRef:

Methods

DebugCrossModuleExportsSubsectionRef()

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

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:40

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:33

Parameters

const llvm::codeview::DebugSubsectionRef* S

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

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

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

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

Parameters

llvm::BinaryStreamReader Reader

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:38

Parameters

llvm::BinaryStreamRef Stream