Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DStringMap.cpp116 int StringMapImpl::FindKey(StringRef Key) const { in FindKey() function in StringMapImpl
168 int Bucket = FindKey(Key); in RemoveKey()
/external/llvm/include/llvm/ADT/
DStringMap.h81 int FindKey(StringRef Key) const;
278 int Bucket = FindKey(Key); in find()
284 int Bucket = FindKey(Key); in find()