CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
Public Member Functions | Public Attributes | List of all members
CLRX::AsmSection Struct Reference

assembler section More...

#include <Assembler.h>

Public Member Functions

bool addRegVar (const CString &name, const AsmRegVar &var)
 
bool getRegVar (const CString &name, const AsmRegVar *&regVar) const
 
void addVarUsage (const AsmVarUsage &varUsage)
 
size_t getSize () const
 get section's size
 

Public Attributes

const char * name
 section name
 
cxuint kernelId
 kernel id (optional)
 
AsmSectionType type
 type of section
 
Flags flags
 section flags
 
uint64_t alignment
 section alignment
 
uint64_t size
 section size
 
std::vector< cxbyte > content
 content of section
 
std::unordered_map< CString, AsmRegVarregVars
 register variables
 
std::vector< AsmVarUsageregVarUsages
 reg-var usage in section
 

Detailed Description

assembler section


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