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

References

include/llvm/MC/MCSubtargetInfo.h
   42     return StringRef(Key) < S;
   47     return StringRef(Key) < StringRef(Other.Key);
   47     return StringRef(Key) < StringRef(Other.Key);
lib/MC/MCSubtargetInfo.cpp
   29   if (F == A.end() || StringRef(F->Key) != S) return nullptr;
   91     MaxLen = std::max(MaxLen, std::strlen(I.Key));
  119     errs() << format("  %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc);
lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
  306       Ret += (StringRef("+") + KV.Key + ",").str();
  308       Ret += (StringRef("-") + KV.Key + ",").str();
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  229     std::string MDKey = (StringRef("wasm-feature-") + KV.Key).str();
  236     Entry.Name = KV.Key;
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  225         Ret += (StringRef("+") + KV.Key + ",").str();
  277       std::string MDKey = (StringRef("wasm-feature-") + KV.Key).str();