Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h42 uint32_t lookupKeyToStorageKey(StringRef S);
H A DNamedStreamMap.h36 uint32_t lookupKeyToStorageKey(StringRef S);
H A DHashTable.h101 uint32_t lookupKeyToStorageKey(uint32_t N) { return N; }
292 B.first = InternalKey ? *InternalKey : Traits.lookupKeyToStorageKey(K);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp45 uint32_t NamedStreamMapTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp37 uint32_t StringTableHashTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function in StringTableHashTraits