Lines Matching refs:Postfixes
277 /// \param BaseTyName is the type name as in spirv.BaseTyName.Postfixes
278 /// \param Postfix contains postfixes extracted from the SPIR-V image
279 /// type name as spirv.BaseTyName.Postfixes.
1201 getSPIRVTypeName(StringRef BaseName, StringRef Postfixes) {
1205 if (Postfixes.empty())
1207 return TN + kSPIRVTypeName::Delimiter + Postfixes.str();
1222 StringRef Postfixes;
1223 if (isSPIRVType(T, OldName, &Postfixes))
1224 return getOrCreateOpaquePtrType(M, getSPIRVTypeName(NewName, Postfixes));
1295 std::string Postfixes;
1296 raw_string_ostream OS(Postfixes);