LLVM 19.0.0git
Public Member Functions | List of all members
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_t > getDebugLocListTagOffset () 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: