Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h224 if (Traits.storageKeyToLookupKey(Buckets[I].first) == K) in find_as()
278 assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K); in set_as_internal()
315 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow()
H A DPDBStringTableBuilder.h39 StringRef storageKeyToLookupKey(uint32_t Offset) const;
H A DNamedStreamMap.h32 StringRef storageKeyToLookupKey(uint32_t Offset) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp39 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp38 StringRef StringTableHashTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in StringTableHashTraits