Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDStringMap.cpp116 int StringMapImpl::FindKey(StringRef Key) const { in FindKey() function in StringMapImpl
168 int Bucket = FindKey(Key); in RemoveKey()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDStringMap.h79 int FindKey(StringRef Key) const;
266 int Bucket = FindKey(Key); in find()
272 int Bucket = FindKey(Key); in find()