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

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

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

Classes

struct  Entry
 

Public Member Functions

 DebugInlineeLinesSubsection (DebugChecksumsSubsection &Checksums, bool HasExtraFiles=false)
 
Error commit (BinaryStreamWriter &Writer) const override
 
uint32_t calculateSerializedSize () const override
 
void addInlineSite (TypeIndex FuncId, StringRef FileName, uint32_t SourceLine)
 
void addExtraFile (StringRef FileName)
 
bool hasExtraFiles () const
 
void setHasExtraFiles (bool Has)
 
std::vector< Entry >::const_iterator begin () const
 
std::vector< Entry >::const_iterator end () const
 
- Public Member Functions inherited from llvm::codeview::DebugSubsection
 DebugSubsection (DebugSubsectionKind Kind)
 
virtual ~DebugSubsection ()
 
DebugSubsectionKind kind () const
 
virtual Error commit (BinaryStreamWriter &Writer) const =0
 
virtual uint32_t calculateSerializedSize () const =0
 

Static Public Member Functions

static bool classof (const DebugSubsection *S)
 
- Static Public Member Functions inherited from llvm::codeview::DebugSubsection
static bool classof (const DebugSubsection *S)
 

Additional Inherited Members

- Protected Attributes inherited from llvm::codeview::DebugSubsection
DebugSubsectionKind Kind
 

Detailed Description

Definition at line 87 of file DebugInlineeLinesSubsection.h.

Constructor & Destructor Documentation

◆ DebugInlineeLinesSubsection()

DebugInlineeLinesSubsection::DebugInlineeLinesSubsection ( DebugChecksumsSubsection Checksums,
bool  HasExtraFiles = false 
)

Definition at line 62 of file DebugInlineeLinesSubsection.cpp.

Member Function Documentation

◆ addExtraFile()

void DebugInlineeLinesSubsection::addExtraFile ( StringRef  FileName)

◆ addInlineSite()

void DebugInlineeLinesSubsection::addInlineSite ( TypeIndex  FuncId,
StringRef  FileName,
uint32_t  SourceLine 
)

◆ begin()

std::vector< Entry >::const_iterator llvm::codeview::DebugInlineeLinesSubsection::begin ( ) const
inline

Definition at line 110 of file DebugInlineeLinesSubsection.h.

◆ calculateSerializedSize()

uint32_t DebugInlineeLinesSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 67 of file DebugInlineeLinesSubsection.cpp.

References assert(), and Size.

◆ classof()

static bool llvm::codeview::DebugInlineeLinesSubsection::classof ( const DebugSubsection S)
inlinestatic

◆ commit()

Error DebugInlineeLinesSubsection::commit ( BinaryStreamWriter Writer) const
overridevirtual

◆ end()

std::vector< Entry >::const_iterator llvm::codeview::DebugInlineeLinesSubsection::end ( ) const
inline

Definition at line 111 of file DebugInlineeLinesSubsection.h.

◆ hasExtraFiles()

bool llvm::codeview::DebugInlineeLinesSubsection::hasExtraFiles ( ) const
inline

Definition at line 107 of file DebugInlineeLinesSubsection.h.

◆ setHasExtraFiles()

void llvm::codeview::DebugInlineeLinesSubsection::setHasExtraFiles ( bool  Has)
inline

Definition at line 108 of file DebugInlineeLinesSubsection.h.


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