LLVM: llvm::codeview::DebugCrossModuleImportsSubsectionRef Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h](DebugCrossImpSubsection%5F8h%5Fsource.html)"

Inheritance diagram for llvm::codeview::DebugCrossModuleImportsSubsectionRef:

[legend]

Public Member Functions
DebugCrossModuleImportsSubsectionRef ()
LLVM_ABI Error initialize (BinaryStreamReader Reader)
LLVM_ABI Error initialize (BinaryStreamRef Stream)
Iterator begin () const
Iterator end () const
Public Member Functions inherited from llvm::codeview::DebugSubsectionRef
DebugSubsectionRef (DebugSubsectionKind Kind)
virtual ~DebugSubsectionRef ()
DebugSubsectionKind kind () const
Static Public Member Functions
static bool classof (const DebugSubsectionRef *S)
Static Public Member Functions inherited from llvm::codeview::DebugSubsectionRef
static bool classof (const DebugSubsectionRef *S)
Additional Inherited Members
Protected Attributes inherited from llvm::codeview::DebugSubsectionRef
DebugSubsectionKind Kind

Detailed Description

Definition at line 49 of file DebugCrossImpSubsection.h.

Constructor & Destructor Documentation

llvm::codeview::DebugCrossModuleImportsSubsectionRef::DebugCrossModuleImportsSubsectionRef ( ) inline

Definition at line 54 of file DebugCrossImpSubsection.h.

References llvm::codeview::CrossScopeImports, and llvm::codeview::DebugSubsectionRef::DebugSubsectionRef().

Member Function Documentation

begin()

Iterator llvm::codeview::DebugCrossModuleImportsSubsectionRef::begin ( ) const inline

Definition at line 64 of file DebugCrossImpSubsection.h.

classof()

bool llvm::codeview::DebugCrossModuleImportsSubsectionRef::classof ( const DebugSubsectionRef * S) inlinestatic

Definition at line 57 of file DebugCrossImpSubsection.h.

References llvm::codeview::CrossScopeImports, llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), and llvm::codeview::DebugSubsectionRef::kind().

end()

Iterator llvm::codeview::DebugCrossModuleImportsSubsectionRef::end ( ) const inline

Definition at line 65 of file DebugCrossImpSubsection.h.

initialize() [1/2]

Error DebugCrossModuleImportsSubsectionRef::initialize ( BinaryStreamReader Reader )

Definition at line 42 of file DebugCrossImpSubsection.cpp.

References llvm::BinaryStreamReader::bytesRemaining(), and llvm::BinaryStreamReader::readArray().

Referenced by initialize().

initialize() [2/2]

Error DebugCrossModuleImportsSubsectionRef::initialize ( BinaryStreamRef Stream )

Definition at line 47 of file DebugCrossImpSubsection.cpp.

References initialize().


The documentation for this class was generated from the following files: