Searched defs:ObjectKey (Results 1 – 1 of 1) sorted by relevance
86 class ObjectKey; variable559 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey() function560 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey() function567 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey() function573 ObjectKey(const llvm::SmallVectorImpl<char> &V) in ObjectKey() function575 ObjectKey(const llvm::formatv_object_base &V) : ObjectKey(V.str()) {} in ObjectKey() function577 ObjectKey(const ObjectKey &C) { *this = C; } in ObjectKey() function578 ObjectKey(ObjectKey &&C) : ObjectKey(static_cast<const ObjectKey &&>(C)) {} in ObjectKey() function