|
LLVM 22.0.0git
|
Public Member Functions | |
| StringData (StringRef ST, Value *RS, Value *AS, bool IC) | |
Public Attributes | |
| StringRef | Str |
| Value * | RealSize = nullptr |
| Value * | AlignedSize = nullptr |
| bool | IsConst = true |
Definition at line 209 of file AMDGPUEmitPrintf.cpp.
Definition at line 215 of file AMDGPUEmitPrintf.cpp.
References AlignedSize, IsConst, RealSize, and Str.
| Value* StringData::AlignedSize = nullptr |
Definition at line 212 of file AMDGPUEmitPrintf.cpp.
Referenced by StringData().
| bool StringData::IsConst = true |
Definition at line 213 of file AMDGPUEmitPrintf.cpp.
Referenced by StringData().
| Value* StringData::RealSize = nullptr |
Definition at line 211 of file AMDGPUEmitPrintf.cpp.
Referenced by StringData().
| StringRef StringData::Str |
Definition at line 210 of file AMDGPUEmitPrintf.cpp.
Referenced by processConstantStringArg(), and StringData().