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

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

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

Public Member Functions

 DebugLinesSubsectionRef ()
 
Error initialize (BinaryStreamReader Reader)
 
Iterator begin () const
 
Iterator end () const
 
const LineFragmentHeaderheader () const
 
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 79 of file DebugLinesSubsection.h.

Constructor & Destructor Documentation

◆ DebugLinesSubsectionRef()

DebugLinesSubsectionRef::DebugLinesSubsectionRef ( )

Definition at line 53 of file DebugLinesSubsection.cpp.

Member Function Documentation

◆ begin()

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

◆ classof()

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

◆ end()

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

◆ hasColumnInfo()

bool DebugLinesSubsectionRef::hasColumnInfo ( ) const

◆ header()

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

Definition at line 97 of file DebugLinesSubsection.h.

◆ initialize()

Error DebugLinesSubsectionRef::initialize ( BinaryStreamReader  Reader)

Friends And Related Function Documentation

◆ LineColumnExtractor

friend class LineColumnExtractor
friend

Definition at line 80 of file DebugLinesSubsection.h.


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