Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp129 const uint32_t demangled_hash = StringPool::hash(demangled); in GetConstCStringAndSetMangledCounterPart() local
130 PoolEntry &pool = selectPool(demangled_hash); in GetConstCStringAndSetMangledCounterPart()
136 *map.try_emplace_with_hash(demangled, demangled_hash).first; in GetConstCStringAndSetMangledCounterPart()