Searched defs:ObjectKey (Results 1 – 1 of 1) sorted by relevance
92 class ObjectKey; variable 580 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} ObjectKey() function 581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { ObjectKey() function 588 ObjectKey(llvm::StringRef S) : Data(S) { ObjectKey() function 594 ObjectKey(const llvm::SmallVectorImpl<char> &V) ObjectKey() function 596 ObjectKey(const llvm::formatv_object_base &V) : ObjectKey(V.str()) {} ObjectKey() function 598 ObjectKey(const ObjectKey &C) { *this = C; } ObjectKey() function 599 ObjectKey(ObjectKey &&C) : ObjectKey(static_cast<const ObjectKey &&>(C)) {} ObjectKey() function [all...]