Searched refs:LVStringPool (Results 1 – 3 of 3) sorted by relevance
28 class LVStringPool {37 LVStringPool() { getIndex(""); } in LVStringPool() function38 LVStringPool(LVStringPool const &other) = delete;39 LVStringPool(LVStringPool &&other) = delete;40 ~LVStringPool() = default;
31 LVStringPool &getStringPool();
25 LVStringPool StringPool;27 LVStringPool &llvm::logicalview::getStringPool() { return StringPool; } in getStringPool()