Home
last modified time | relevance | path

Searched defs:FindKey (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DStringMap.cpp147 int StringMapImpl::FindKey(StringRef Key, uint32_t FullHashValue) const { in FindKey() function in StringMapImpl
/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h74 int FindKey(StringRef Key) const { return FindKey(Key, hash(Key)); } in FindKey() function