Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h228 if (Traits.storageKeyToLookupKey(Buckets[I].first) == K) in find_as()
282 assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K); in set_as_internal()
319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow()
DPDBStringTableBuilder.h40 StringRef storageKeyToLookupKey(uint32_t Offset) const;
DNamedStreamMap.h34 StringRef storageKeyToLookupKey(uint32_t Offset) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h228 if (Traits.storageKeyToLookupKey(Buckets[I].first) == K) in find_as()
282 assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K); in set_as_internal()
319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow()
DPDBStringTableBuilder.h40 StringRef storageKeyToLookupKey(uint32_t Offset) const;
DNamedStreamMap.h34 StringRef storageKeyToLookupKey(uint32_t Offset) const;
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DHashTableTest.cpp32 uint32_t storageKeyToLookupKey(uint32_t N) const { return N; } in storageKeyToLookupKey() function
226 StringRef storageKeyToLookupKey(uint32_t N) const { in storageKeyToLookupKey() function
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp41 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp41 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