Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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