Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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.

References AlignedSize, IsConst, RealSize, and Str.

Member Data Documentation

◆ AlignedSize

Value* StringData::AlignedSize = nullptr

Definition at line 212 of file AMDGPUEmitPrintf.cpp.

Referenced by StringData().

◆ IsConst

bool StringData::IsConst = true

Definition at line 213 of file AMDGPUEmitPrintf.cpp.

Referenced by StringData().

◆ RealSize

Value* StringData::RealSize = nullptr

Definition at line 211 of file AMDGPUEmitPrintf.cpp.

Referenced by StringData().

◆ Str

StringRef StringData::Str

Definition at line 210 of file AMDGPUEmitPrintf.cpp.

Referenced by processConstantStringArg(), and StringData().


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