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

A pair of GlobalVariable and DIExpression. More...

#include <DwarfCompileUnit.h>

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

Public Attributes

const GlobalVariableVar
 
const DIExpressionExpr
 

Detailed Description

A pair of GlobalVariable and DIExpression.

Definition at line 95 of file DwarfCompileUnit.h.

Member Data Documentation

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

Definition at line 97 of file DwarfCompileUnit.h.

Referenced by sortGlobalExprs().

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

Definition at line 96 of file DwarfCompileUnit.h.


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