LLVM 19.0.0git
Public Attributes | Friends | List of all members
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.

Friends And Related Function Documentation

◆ operator<

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

Operator enabling sorting based on fragment offset.

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: