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

Single value location description. More...

#include "CodeGen/AsmPrinter/DwarfDebug.h"

Public Member Functions

 Single (DbgValueLoc ValueLoc)
 
 Single (const MachineInstr *DbgValue)
 
const DbgValueLocgetValueLoc () const
 
const DIExpressiongetExpr () const
 

Detailed Description

Single value location description.

Definition at line 131 of file DwarfDebug.h.

Constructor & Destructor Documentation

◆ Single() [1/2]

Loc::Single::Single ( DbgValueLoc  ValueLoc)
explicit

Definition at line 282 of file DwarfDebug.cpp.

References llvm::DIExpression::getNumElements().

◆ Single() [2/2]

Loc::Single::Single ( const MachineInstr DbgValue)
explicit

Definition at line 289 of file DwarfDebug.cpp.

Member Function Documentation

◆ getExpr()

const DIExpression * llvm::Loc::Single::getExpr ( ) const
inline

Definition at line 139 of file DwarfDebug.h.

◆ getValueLoc()

const DbgValueLoc & llvm::Loc::Single::getValueLoc ( ) const
inline

Definition at line 138 of file DwarfDebug.h.


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