Lines Matching refs:Suffix
964 const char *Suffix) const {
975 Str << C->getName() << Suffix;
1003 // section suffix. Essentially, when using separate data sections for globals
1044 const std::string Suffix =
1047 Str << "\t.section\t.data.rel.ro" << Suffix << ",\"aw\",%progbits\n";
1049 Str << "\t.section\t.rodata" << Suffix << ",\"a\",%progbits\n";
1051 Str << "\t.section\t.data" << Suffix << ",\"aw\",%progbits\n";
1053 Str << "\t.section\t.bss" << Suffix << ",\"aw\",%nobits\n";