LLVM 22.0.0git
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.

◆ operator<

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

Operator enabling sorting based on fragment offset.

References LHS, and RHS.

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: