StringMapEntry - This is used to represent one value that is inserted into a StringMap.
static StringMapEntry * create(StringRef key, AllocatorTy &allocator, InitTy &&...initVals)
Create a StringMapEntry for the specified key construct the value using InitiVals.
static StringRef getKey(const StringEntry &KeyData)
static StringEntry * create(const StringRef &Key, parallel::PerThreadBumpPtrAllocator &Allocator)
static bool isEqual(const StringRef &LHS, const StringRef &RHS)
static uint64_t getHashValue(const StringRef &Key)