LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::DIGlobal Struct Reference

DIGlobal - container for description of a global variable. More...

#include <DIContext.h>

Collaboration diagram for llvm::DIGlobal:
[legend]

Public Member Functions

 DIGlobal ()
 

Public Attributes

std::string Name
 
uint64_t Start
 
uint64_t Size
 

Detailed Description

DIGlobal - container for description of a global variable.

Definition at line 87 of file DIContext.h.

Constructor & Destructor Documentation

llvm::DIGlobal::DIGlobal ( )
inline

Definition at line 92 of file DIContext.h.

Member Data Documentation

std::string llvm::DIGlobal::Name
uint64_t llvm::DIGlobal::Size
uint64_t llvm::DIGlobal::Start

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