Searched refs:PooledString (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringPool.h43 /// PooledString - This is the value of an entry in the pool's interning
45 struct PooledString { struct in class:llvm::StringPool
50 PooledString() = default;
55 using table_t = StringMap<PooledString>;
56 using entry_t = StringMapEntry<PooledString>;

Completed in 47 milliseconds