LLVM 19.0.0git
Public Member Functions | List of all members
llvm::DbgCallSiteParam Class Reference

Used for tracking debug info about call site parameters. More...

#include "CodeGen/AsmPrinter/DwarfDebug.h"

Public Member Functions

 DbgCallSiteParam (unsigned Reg, DbgValueLoc Val)
 
unsigned getRegister () const
 
DbgValueLoc getValue () const
 

Detailed Description

Used for tracking debug info about call site parameters.

Definition at line 316 of file DwarfDebug.h.

Constructor & Destructor Documentation

◆ DbgCallSiteParam()

llvm::DbgCallSiteParam::DbgCallSiteParam ( unsigned  Reg,
DbgValueLoc  Val 
)
inline

Definition at line 322 of file DwarfDebug.h.

References assert(), and Reg.

Member Function Documentation

◆ getRegister()

unsigned llvm::DbgCallSiteParam::getRegister ( ) const
inline

Definition at line 327 of file DwarfDebug.h.

◆ getValue()

DbgValueLoc llvm::DbgCallSiteParam::getValue ( ) const
inline

Definition at line 328 of file DwarfDebug.h.


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