LLVM 22.0.0git
llvm::EntryValueInfo Struct Reference

Represents an entry-value location, or a fragment of one. More...

#include "CodeGen/AsmPrinter/DwarfDebug.h"

Public Attributes

MCRegister Reg
const DIExpressionExpr

Friends

bool operator< (const EntryValueInfo &LHS, const EntryValueInfo &RHS)
 Operator enabling sorting based on fragment offset.

Detailed Description

Represents an entry-value location, or a fragment of one.

Definition at line 120 of file DwarfDebug.h.

◆ operator<

bool operator< ( const EntryValueInfo & LHS,
const EntryValueInfo & RHS )
friend

Operator enabling sorting based on fragment offset.

References LHS, and RHS.

Member Data Documentation

◆ Expr

const DIExpression& llvm::EntryValueInfo::Expr

Definition at line 122 of file DwarfDebug.h.

◆ Reg

MCRegister llvm::EntryValueInfo::Reg

Definition at line 121 of file DwarfDebug.h.


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