Searched defs:PooledStringPtr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DStringPool.h16 // PooledStringPtr Str = Pool.intern("wakka wakka");
23 // Pooled strings are immutable, but you can change a PooledStringPtr to point
38 class PooledStringPtr;
54 friend class PooledStringPtr;
67 PooledStringPtr intern(StringRef Str);
74 /// PooledStringPtr - A pointer to an interned string. Use operator bool to
79 class PooledStringPtr { class in namespace:llvm
84 PooledStringPtr() : S(0) {} function in class:llvm::PooledStringPtr
86 explicit PooledStringPtr(entry_t *E) : S(E) { function in class:llvm::PooledStringPtr
90 PooledStringPtr(cons function in class:llvm::PooledStringPtr
[all...]

Completed in 206 milliseconds