LLVM 22.0.0git
llvm::Loc::Multi Class Reference

Multi-value location description. More...

#include "CodeGen/AsmPrinter/DwarfDebug.h"

Public Member Functions

 Multi (unsigned DebugLocListIndex, std::optional< uint8_t > DebugLocListTagOffset)
unsigned getDebugLocListIndex () const
std::optional< uint8_tgetDebugLocListTagOffset () const

Detailed Description

Multi-value location description.

Definition at line 142 of file DwarfDebug.h.

Constructor & Destructor Documentation

◆ Multi()

llvm::Loc::Multi::Multi ( unsigned DebugLocListIndex,
std::optional< uint8_t > DebugLocListTagOffset )
inlineexplicit

Definition at line 149 of file DwarfDebug.h.

Member Function Documentation

◆ getDebugLocListIndex()

unsigned llvm::Loc::Multi::getDebugLocListIndex ( ) const
inline

Definition at line 153 of file DwarfDebug.h.

◆ getDebugLocListTagOffset()

std::optional< uint8_t > llvm::Loc::Multi::getDebugLocListTagOffset ( ) const
inline

Definition at line 154 of file DwarfDebug.h.


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