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

/external/llvm/include/llvm/Support/
H A DStringPool.h45 /// PooledString - This is the value of an entry in the pool's interning
47 struct PooledString { struct in class:llvm::StringPool
52 PooledString() : Pool(nullptr), Refcount(0) { } function in struct:llvm::StringPool::PooledString
57 typedef StringMap<PooledString> table_t;
58 typedef StringMapEntry<PooledString> entry_t;

Completed in 190 milliseconds