Home
last modified time | relevance | path

Searched refs:StringPoolValueType (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DConstString.cpp61 typedef const char *StringPoolValueType; typedef in Pool
62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool;
63 typedef llvm::StringMapEntry<StringPoolValueType> StringPoolEntryType;
80 StringPoolValueType GetMangledCounterpart(const char *ccstr) { in GetMangledCounterpart()