OpenASIP  2.0
Public Attributes | List of all members
llvm::LLVMTCEBuilder::DataDef Struct Reference

Data definition structure for global values. More...

Collaboration diagram for llvm::LLVMTCEBuilder::DataDef:
Collaboration graph

Public Attributes

std::string name
 
unsigned address
 
unsigned addressSpaceId
 
unsigned alignment
 
unsigned size
 
bool initialize
 

Detailed Description

Data definition structure for global values.

Definition at line 273 of file LLVMTCEBuilder.hh.

Member Data Documentation

◆ address

unsigned llvm::LLVMTCEBuilder::DataDef::address

◆ addressSpaceId

unsigned llvm::LLVMTCEBuilder::DataDef::addressSpaceId

◆ alignment

unsigned llvm::LLVMTCEBuilder::DataDef::alignment

◆ initialize

bool llvm::LLVMTCEBuilder::DataDef::initialize

◆ name

std::string llvm::LLVMTCEBuilder::DataDef::name

◆ size

unsigned llvm::LLVMTCEBuilder::DataDef::size

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