Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h227 if (Traits.storageKeyToLookupKey(Buckets[I].first) == K) in find_as()
281 assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K); in set_as_internal()
318 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow()
H A DPDBStringTableBuilder.h40 LLVM_ABI StringRef storageKeyToLookupKey(uint32_t Offset) const;
H A DNamedStreamMap.h33 LLVM_ABI StringRef storageKeyToLookupKey(uint32_t Offset) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp37 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp39 StringRef StringTableHashTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey()
38 StringRef StringTableHashTraits::storageKeyToLookupKey(uint32_t Offset) const { storageKeyToLookupKey() function in StringTableHashTraits