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

References

include/llvm/MC/MCSubtargetInfo.h
   61     return StringRef(Key) < S;
   66     return StringRef(Key) < StringRef(Other.Key);
   66     return StringRef(Key) < StringRef(Other.Key);
  222     return Found != ProcDesc.end() && StringRef(Found->Key) == CPU;
lib/MC/MCSubtargetInfo.cpp
   29   if (F == A.end() || StringRef(F->Key) != S) return nullptr;
   91     MaxLen = std::max(MaxLen, std::strlen(I.Key));
  112     errs() << format("  %-*s - Select the %s processor.\n", MaxCPULen, CPU.Key,
  113                      CPU.Key);
  140     errs() << "\t" << CPU.Key << "\n";