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

Container for description of a global variable. More...

#include "llvm/DebugInfo/DIContext.h"

Collaboration diagram for llvm::DIGlobal:
Collaboration graph
[legend]

Public Member Functions

 DIGlobal ()
 

Public Attributes

std::string Name
 
uint64_t Start = 0
 
uint64_t Size = 0
 

Detailed Description

Container for description of a global variable.

Definition at line 109 of file DIContext.h.

Constructor & Destructor Documentation

◆ DIGlobal()

llvm::DIGlobal::DIGlobal ( )
inline

Definition at line 114 of file DIContext.h.

Member Data Documentation

◆ Name

std::string llvm::DIGlobal::Name

◆ Size

uint64_t llvm::DIGlobal::Size = 0

◆ Start

uint64_t llvm::DIGlobal::Start = 0

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