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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h28 EntryPair(EntryType* pEntry1, EntryType* pEntry2) argument
29 : entry1(pEntry1), entry2(pEntry2) {}
68 void record(const KeyType& pKey, EntryType& pEntry1, EntryType& pEntry2);
175 EntryType& pEntry1,
179 m_Pairs.push_back(EntryPair(&pEntry1, &pEntry2));
174 record(const KeyType& pKey, EntryType& pEntry1, EntryType& pEntry2) argument

Completed in 78 milliseconds