LLVM 22.0.0git
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 286 of file DwarfDebug.cpp.

Referenced by Single().

◆ Single() [2/2]

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

Definition at line 293 of file DwarfDebug.cpp.

References getDebugLocValue(), and Single().

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: