LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
StringData Struct Reference

Public Member Functions

 StringData (StringRef ST, Value *RS, Value *AS, bool IC)
 

Public Attributes

StringRef Str
 
ValueRealSize = nullptr
 
ValueAlignedSize = nullptr
 
bool IsConst = true
 

Detailed Description

Definition at line 209 of file AMDGPUEmitPrintf.cpp.

Constructor & Destructor Documentation

◆ StringData()

StringData::StringData ( StringRef  ST,
Value RS,
Value AS,
bool  IC 
)
inline

Definition at line 215 of file AMDGPUEmitPrintf.cpp.

Member Data Documentation

◆ AlignedSize

Value* StringData::AlignedSize = nullptr

Definition at line 212 of file AMDGPUEmitPrintf.cpp.

◆ IsConst

bool StringData::IsConst = true

Definition at line 213 of file AMDGPUEmitPrintf.cpp.

◆ RealSize

Value* StringData::RealSize = nullptr

Definition at line 211 of file AMDGPUEmitPrintf.cpp.

◆ Str

StringRef StringData::Str

Definition at line 210 of file AMDGPUEmitPrintf.cpp.

Referenced by processConstantStringArg().


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