Home
last modified time | relevance | path

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

/llvm-project/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;
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DHashTableTest.cpp33 uint32_t storageKeyToLookupKey(uint32_t N) const { return N; } in storageKeyToLookupKey() function
227 StringRef storageKeyToLookupKey(uint32_t N) const { in storageKeyToLookupKey() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp37 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const {
38 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const { storageKeyToLookupKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp39 StringRef StringTableHashTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in StringTableHashTraits