Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Suffix

1294     llvm::SmallString<8> Suffix;
1296 // of an attribute without considering prefix and suffix.
1303 Suffix = "))";
1306 Suffix = "]]";
1314 Suffix = ")";
1317 Suffix = "";
1320 Suffix = "\n";
1375 OS << Suffix + "\";\n";
2185 // append a unique suffix to distinguish this set of target checks from other