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

References

include/llvm/ADT/Triple.h
  289   std::string normalize() const { return normalize(Data); }
  365   const std::string &str() const { return Data; }
  367   const std::string &getTriple() const { return Data; }
lib/Support/Triple.cpp
  731   StringRef(Data).split(Components, '-', /*MaxSplit*/ 3);
  990   return StringRef(Data).split('-').first;           // Isolate first component
  994   StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
  999   StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
 1005   StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
 1011   StringRef Tmp = StringRef(Data).split('-').second; // Strip first component