Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RegStrings

728   SequenceToOffsetTable<std::string> RegStrings;
734 RegStrings.add(Reg->getName());
812 RegStrings.layout();
813 OS << "extern const char " << TargetName << "RegStrings[] = {\n";
814 RegStrings.emit(OS, printChar);
819 OS << " { " << RegStrings.get("") << ", 0, 0, 0, 0 },\n";
824 OS << " { " << RegStrings.get(Reg->getName()) << ", "
936 << TargetName << "RegStrings, "
1269 OS << "extern const char " << TargetName << "RegStrings[];\n";
1291 << " " << TargetName << "RegStrings,\n"