LLVM 20.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 357 of file GlobalOpt.cpp.

Member Data Documentation

◆ Initializer

Constant* GlobalPart::Initializer = nullptr

Definition at line 359 of file GlobalOpt.cpp.

◆ IsLoaded

bool GlobalPart::IsLoaded = false

Definition at line 360 of file GlobalOpt.cpp.

◆ IsStored

bool GlobalPart::IsStored = false

Definition at line 361 of file GlobalOpt.cpp.

◆ Ty

Type* GlobalPart::Ty

Definition at line 358 of file GlobalOpt.cpp.


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