Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp82 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 Pool
185 return selectPool(StringPool::hash(s)); in selectPool()
188 PoolEntry &selectPool(uint32_t h) { in selectPool() function in Pool