LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::codeview::DebugInlineeLinesSubsectionRef Class Referencefinal

#include "llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h"

Inheritance diagram for llvm::codeview::DebugInlineeLinesSubsectionRef:
Inheritance graph
[legend]

Public Member Functions

 DebugInlineeLinesSubsectionRef ()
 
Error initialize (BinaryStreamReader Reader)
 
Error initialize (BinaryStreamRef Section)
 
bool valid () const
 
bool hasExtraFiles () const
 
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 60 of file DebugInlineeLinesSubsection.h.

Constructor & Destructor Documentation

◆ DebugInlineeLinesSubsectionRef()

DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef ( )

Definition at line 43 of file DebugInlineeLinesSubsection.cpp.

Member Function Documentation

◆ begin()

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

◆ classof()

static bool llvm::codeview::DebugInlineeLinesSubsectionRef::classof ( const DebugSubsectionRef S)
inlinestatic

◆ end()

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

◆ hasExtraFiles()

bool DebugInlineeLinesSubsectionRef::hasExtraFiles ( ) const

Definition at line 58 of file DebugInlineeLinesSubsection.cpp.

References llvm::codeview::ExtraFiles.

Referenced by initialize().

◆ initialize() [1/2]

Error DebugInlineeLinesSubsectionRef::initialize ( BinaryStreamReader  Reader)

◆ initialize() [2/2]

Error llvm::codeview::DebugInlineeLinesSubsectionRef::initialize ( BinaryStreamRef  Section)
inline

Definition at line 72 of file DebugInlineeLinesSubsection.h.

References initialize().

◆ valid()

bool llvm::codeview::DebugInlineeLinesSubsectionRef::valid ( ) const
inline

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