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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h29 EntryPair(EntryType* pEntry1, EntryType* pEntry2) argument
30 : entry1(pEntry1), entry2(pEntry2)
71 EntryType& pEntry1,
188 EntryType& pEntry1,
193 m_Pairs.push_back(EntryPair(&pEntry1, &pEntry2));
187 record(const KeyType& pKey, EntryType& pEntry1, EntryType& pEntry2) argument

Completed in 151 milliseconds