LLVM
8.0.1
|
A pair of GlobalVariable and DIExpression. More...
#include "CodeGen/AsmPrinter/DwarfCompileUnit.h"
Public Attributes | |
const GlobalVariable * | Var |
const DIExpression * | Expr |
A pair of GlobalVariable and DIExpression.
Definition at line 123 of file DwarfCompileUnit.h.
const DIExpression* llvm::DwarfCompileUnit::GlobalExpr::Expr |
Definition at line 125 of file DwarfCompileUnit.h.
Referenced by llvm::DwarfCompileUnit::getGlobalTypes(), and sortGlobalExprs().
const GlobalVariable* llvm::DwarfCompileUnit::GlobalExpr::Var |
Definition at line 124 of file DwarfCompileUnit.h.
Referenced by llvm::DwarfCompileUnit::getGlobalTypes().