LLVM 22.0.0git
llvm::codeview::DebugLinesSubsectionRef Class Referencefinal

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

Inheritance diagram for llvm::codeview::DebugLinesSubsectionRef:
[legend]

Public Member Functions

LLVM_ABI DebugLinesSubsectionRef ()
LLVM_ABI Error initialize (BinaryStreamReader Reader)
Iterator begin () const
Iterator end () const
const LineFragmentHeaderheader () const
LLVM_ABI bool hasColumnInfo () 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)

Friends

class LineColumnExtractor

Additional Inherited Members

Protected Attributes inherited from llvm::codeview::DebugSubsectionRef
DebugSubsectionKind Kind

Detailed Description

Definition at line 80 of file DebugLinesSubsection.h.

Constructor & Destructor Documentation

◆ DebugLinesSubsectionRef()

DebugLinesSubsectionRef::DebugLinesSubsectionRef ( )

Member Function Documentation

◆ begin()

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

Definition at line 95 of file DebugLinesSubsection.h.

◆ classof()

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

◆ end()

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

Definition at line 96 of file DebugLinesSubsection.h.

◆ hasColumnInfo()

bool DebugLinesSubsectionRef::hasColumnInfo ( ) const

Definition at line 67 of file DebugLinesSubsection.cpp.

References llvm::codeview::LF_HaveColumns.

◆ header()

const LineFragmentHeader * llvm::codeview::DebugLinesSubsectionRef::header ( ) const
inline

Definition at line 98 of file DebugLinesSubsection.h.

◆ initialize()

◆ LineColumnExtractor

friend class LineColumnExtractor
friend

Definition at line 81 of file DebugLinesSubsection.h.

References LineColumnExtractor, and LLVM_ABI.

Referenced by LineColumnExtractor.


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