Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DStringPool.h47 unsigned Refcount; ///< Number of referencing PooledStringPtrs. member
50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString()
86 if (S) ++S->getValue().Refcount; in PooledStringPtr()
90 if (S) ++S->getValue().Refcount; in PooledStringPtr()
97 if (S) ++S->getValue().Refcount;
105 if (--S->getValue().Refcount == 0) { in clear()