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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h28 struct EntryPair { struct in class:mcld::KeyEntryMap
29 EntryPair(EntryType* pEntry1, EntryType* pEntry2) function in struct:mcld::KeyEntryMap::EntryPair
41 EntryPair* pair_ptr;
50 typedef std::list<EntryPair> PairListType;
193 m_Pairs.push_back(EntryPair(&pEntry1, &pEntry2));

Completed in 690 milliseconds