Home
last modified time | relevance | path

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

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