Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h41 LLVM_ABI uint32_t lookupKeyToStorageKey(StringRef S);
H A DNamedStreamMap.h34 LLVM_ABI uint32_t lookupKeyToStorageKey(StringRef S);
H A DHashTable.h290 B.first = InternalKey ? *InternalKey : Traits.lookupKeyToStorageKey(K); in set_as_internal()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp41 uint32_t NamedStreamMapTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp43 uint32_t StringTableHashTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey()
42 uint32_t StringTableHashTraits::lookupKeyToStorageKey(StringRef S) { lookupKeyToStorageKey() function in StringTableHashTraits