reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/IntrinsicEmitter.cpp
  148   OS << "// Intrinsic ID to name table\n";
  149   OS << "#ifdef GET_INTRINSIC_NAME_TABLE\n";
  150   OS << "  // Note that entry #0 is the invalid intrinsic!\n";
  152     OS << "  \"" << Ints[i].Name << "\",\n";
  153   OS << "#endif\n\n";