Searched refs:lookUpSecondEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h65 /// lookUpSecondEntry - look up the second entry mapping to pKey
66 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
67 EntryType* lookUpSecondEntry(const KeyType& pKey);
149 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) const function in class:mcld::KeyEntryMap
163 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) function in class:mcld::KeyEntryMap
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp1034 pParent.getSymGOTMap().lookUpSecondEntry(*rsym)->setValue(pReloc.symValue());

Completed in 122 milliseconds