Home
last modified time | relevance | path

Searched defs:PooledString (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DStringPool.h45 struct PooledString { struct
47 unsigned Refcount; ///< Number of referencing PooledStringPtrs. argument
50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString() argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DStringPool.h46 struct PooledString { struct
48 unsigned Refcount; ///< Number of referencing PooledStringPtrs. argument
51 PooledString() : Pool(0), Refcount(0) { } in PooledString() argument