LLVM 19.0.0git
Public Attributes | List of all members
llvm::DwarfCompileUnit::GlobalExpr Struct Reference

A pair of GlobalVariable and DIExpression. More...

#include "CodeGen/AsmPrinter/DwarfCompileUnit.h"

Public Attributes

const GlobalVariableVar
 
const DIExpressionExpr
 

Detailed Description

A pair of GlobalVariable and DIExpression.

Definition at line 164 of file DwarfCompileUnit.h.

Member Data Documentation

◆ Expr

const DIExpression* llvm::DwarfCompileUnit::GlobalExpr::Expr

Definition at line 166 of file DwarfCompileUnit.h.

◆ Var

const GlobalVariable* llvm::DwarfCompileUnit::GlobalExpr::Var

Definition at line 165 of file DwarfCompileUnit.h.


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