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

A pair of GlobalVariable and DIExpression. More...

#include "CodeGen/AsmPrinter/DwarfCompileUnit.h"

Collaboration diagram for llvm::DwarfCompileUnit::GlobalExpr:
Collaboration graph
[legend]

Public Attributes

const GlobalVariableVar
 
const DIExpressionExpr
 

Detailed Description

A pair of GlobalVariable and DIExpression.

Definition at line 123 of file DwarfCompileUnit.h.

Member Data Documentation

◆ Expr

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

Definition at line 125 of file DwarfCompileUnit.h.

Referenced by llvm::DwarfCompileUnit::getGlobalTypes(), and sortGlobalExprs().

◆ Var

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

Definition at line 124 of file DwarfCompileUnit.h.

Referenced by llvm::DwarfCompileUnit::getGlobalTypes().


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