StringMapEntry - This is used to represent one value that is inserted into a StringMap.
const ValueTy & getValue() const
static StringMapEntry * Create(StringRef Key, AllocatorTy &Allocator, InitTy &&... InitVals)
Create a StringMapEntry for the specified key construct the value using InitiVals.