Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h100 uint32_t storageKeyToLookupKey(uint32_t N) const { return N; }
231 if (Traits.storageKeyToLookupKey(Buckets[I].first) == K)
283 assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K);
319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first);
DPDBStringTableBuilder.h41 StringRef storageKeyToLookupKey(uint32_t Offset) const;
DNamedStreamMap.h35 StringRef storageKeyToLookupKey(uint32_t Offset) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp41 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in NamedStreamMapTraits
DPDBStringTableBuilder.cpp33 StringRef StringTableHashTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in StringTableHashTraits
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DHashTableTest.cpp215 StringRef storageKeyToLookupKey(uint32_t N) const { in storageKeyToLookupKey() function