Searched refs:StringPoolValueType (Results 1 – 1 of 1) sorted by relevance
61 typedef const char *StringPoolValueType; typedef in Pool62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool;63 typedef llvm::StringMapEntry<StringPoolValueType> StringPoolEntryType;80 StringPoolValueType GetMangledCounterpart(const char *ccstr) { in GetMangledCounterpart()