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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h57 /// lookUp - look up the entry mapping to pKey
58 const EntryType* lookUp(const KeyType& pKey) const;
59 EntryType* lookUp(const KeyType& pKey);
93 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) const function in class:mcld::KeyEntryMap
107 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) function in class:mcld::KeyEntryMap

Completed in 39 milliseconds