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.
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:
- lib/Transforms/Utils/AMDGPUEmitPrintf.cpp