LLVM 19.0.0git
Public Attributes | List of all members
GlobalPart Struct Reference

Part of the global at a specific offset, which is only accessed through loads and stores with the given type. More...

Public Attributes

TypeTy
 
ConstantInitializer = nullptr
 
bool IsLoaded = false
 
bool IsStored = false
 

Detailed Description

Part of the global at a specific offset, which is only accessed through loads and stores with the given type.

Definition at line 332 of file GlobalOpt.cpp.

Member Data Documentation

◆ Initializer

Constant* GlobalPart::Initializer = nullptr

Definition at line 334 of file GlobalOpt.cpp.

◆ IsLoaded

bool GlobalPart::IsLoaded = false

Definition at line 335 of file GlobalOpt.cpp.

◆ IsStored

bool GlobalPart::IsStored = false

Definition at line 336 of file GlobalOpt.cpp.

◆ Ty

Type* GlobalPart::Ty

Definition at line 333 of file GlobalOpt.cpp.


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