LLVM 19.0.0git
Public Attributes | Friends | List of all members
llvm::FrameIndexExpr Struct Reference

Proxy for one MMI entry. More...

#include "CodeGen/AsmPrinter/DwarfDebug.h"

Public Attributes

int FI
 
const DIExpressionExpr
 

Friends

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

Detailed Description

Proxy for one MMI entry.

Definition at line 111 of file DwarfDebug.h.

Friends And Related Function Documentation

◆ operator<

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

Operator enabling sorting based on fragment offset.

Member Data Documentation

◆ Expr

const DIExpression* llvm::FrameIndexExpr::Expr

Definition at line 113 of file DwarfDebug.h.

◆ FI

int llvm::FrameIndexExpr::FI

Definition at line 112 of file DwarfDebug.h.


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