Searched defs:lookUpFirstEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h61 /// lookUpFirstEntry - look up the first entry mapping to pKey
62 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
63 EntryType* lookUpFirstEntry(const KeyType& pKey);
121 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) const function in class:mcld::KeyEntryMap
135 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) function in class:mcld::KeyEntryMap

Completed in 267 milliseconds