LLVM: StringData Struct Reference (original) (raw)

Public Member Functions
Public Attributes
StringRef Str
Value * RealSize = nullptr
Value * AlignedSize = nullptr
bool IsConst = true

Detailed Description

Definition at line 209 of file AMDGPUEmitPrintf.cpp.

Constructor & Destructor Documentation

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: