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/
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()
DPDBStringTableBuilder.h39 StringRef storageKeyToLookupKey(uint32_t Offset) const;
DNamedStreamMap.h32 StringRef storageKeyToLookupKey(uint32_t Offset) const;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp39 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in NamedStreamMapTraits
DPDBStringTableBuilder.cpp38 StringRef StringTableHashTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in StringTableHashTraits