Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h40 uint32_t lookupKeyToStorageKey(StringRef S);
H A DNamedStreamMap.h33 uint32_t lookupKeyToStorageKey(StringRef S);
H A DHashTable.h287 B.first = InternalKey ? *InternalKey : Traits.lookupKeyToStorageKey(K); in set_as_internal()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DHashTableTest.cpp33 uint32_t lookupKeyToStorageKey(uint32_t N) { return N; } in lookupKeyToStorageKey() function
233 uint32_t lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp43 uint32_t NamedStreamMapTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp42 uint32_t StringTableHashTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function in StringTableHashTraits