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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h55 /// lookUp - look up the entry mapping to pKey
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
88 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUp( function in class:mcld::KeyEntryMap
101 EntryType* KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) { function in class:mcld::KeyEntryMap

Completed in 49 milliseconds