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

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

Inheritance diagram for llvm::codeview::DebugInlineeLinesSubsection:
[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

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 88 of file DebugInlineeLinesSubsection.h.

Constructor & Destructor Documentation

◆ DebugInlineeLinesSubsection()

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

Member Function Documentation

◆ addExtraFile()

void DebugInlineeLinesSubsection::addExtraFile ( StringRef FileName)

◆ addInlineSite()

◆ begin()

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

◆ calculateSerializedSize()

uint32_t DebugInlineeLinesSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 67 of file DebugInlineeLinesSubsection.cpp.

References assert(), and Size.

◆ classof()

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

◆ commit()

◆ end()

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

◆ hasExtraFiles()

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

Definition at line 108 of file DebugInlineeLinesSubsection.h.

◆ setHasExtraFiles()

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

Definition at line 109 of file DebugInlineeLinesSubsection.h.


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