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 uint64_t getHashValue(const StringRef &Key)
static StringEntry * create(const StringRef &Key, llvm::parallel::PerThreadBumpPtrAllocator &Allocator)
static bool isEqual(const StringRef &LHS, const StringRef &RHS)
static StringRef getKey(const StringEntry &KeyData)