Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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 120 of file DIContext.h.

Constructor & Destructor Documentation

◆ DIGlobal()

llvm::DIGlobal::DIGlobal ( )
inline

Definition at line 127 of file DIContext.h.

References Name.

Member Data Documentation

◆ DeclFile

std::string llvm::DIGlobal::DeclFile

Definition at line 124 of file DIContext.h.

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

◆ DeclLine

uint64_t llvm::DIGlobal::DeclLine = 0

Definition at line 125 of file DIContext.h.

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

◆ Name

std::string llvm::DIGlobal::Name

◆ Size

uint64_t llvm::DIGlobal::Size = 0

Definition at line 123 of file DIContext.h.

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

◆ Start

uint64_t llvm::DIGlobal::Start = 0

Definition at line 122 of file DIContext.h.

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


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