HomeSort by relevance Sort by last modified time
    Searched refs:FindKey (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
StringMap.cpp 113 /// FindKey - Look up the bucket that contains the specified key. If it exists
116 int StringMapImpl::FindKey(StringRef Key) const {
168 int Bucket = FindKey(Key);
  /external/llvm/include/llvm/ADT/
StringMap.h 78 /// FindKey - Look up the bucket that contains the specified key. If it exists
81 int FindKey(StringRef Key) const;
278 int Bucket = FindKey(Key);
284 int Bucket = FindKey(Key);

Completed in 177 milliseconds