Searched refs:selectPool (Results 1 – 1 of 1) sorted by relevance
82 const PoolEntry &pool = selectPool(llvm::StringRef(ccstr)); in GetMangledCounterpart()104 PoolEntry &pool = selectPool(string_hash); in GetConstCStringWithStringRef()130 PoolEntry &pool = selectPool(demangled_hash); in GetConstCStringAndSetMangledCounterPart()147 PoolEntry &pool = selectPool(llvm::StringRef(mangled_ccstr)); in GetConstCStringAndSetMangledCounterPart()184 PoolEntry &selectPool(const llvm::StringRef &s) { in selectPool() function in Pool185 return selectPool(StringPool::hash(s)); in selectPool()188 PoolEntry &selectPool(uint32_t h) { in selectPool() function in Pool