LLVM 19.0.0git
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"

Public Member Functions

 DIGlobal ()
 

Public Attributes

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

Detailed Description

Container for description of a global variable.

Definition at line 118 of file DIContext.h.

Constructor & Destructor Documentation

◆ DIGlobal()

llvm::DIGlobal::DIGlobal ( )
inline

Definition at line 125 of file DIContext.h.

Member Data Documentation

◆ DeclFile

std::string llvm::DIGlobal::DeclFile

Definition at line 122 of file DIContext.h.

Referenced by llvm::symbolize::SymbolizableObjectFile::symbolizeData().

◆ DeclLine

uint64_t llvm::DIGlobal::DeclLine = 0

Definition at line 123 of file DIContext.h.

Referenced by llvm::symbolize::SymbolizableObjectFile::symbolizeData().

◆ Name

std::string llvm::DIGlobal::Name

Definition at line 119 of file DIContext.h.

Referenced by llvm::symbolize::SymbolizableObjectFile::symbolizeData().

◆ Size

uint64_t llvm::DIGlobal::Size = 0

Definition at line 121 of file DIContext.h.

Referenced by llvm::symbolize::SymbolizableObjectFile::symbolizeData().

◆ Start

uint64_t llvm::DIGlobal::Start = 0

Definition at line 120 of file DIContext.h.

Referenced by llvm::symbolize::SymbolizableObjectFile::symbolizeData().


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